Home Forums WoodMart support forum Main menu not adjusting

Main menu not adjusting

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #547767

    peter.the.prochazka
    Participant

    Hello, i add icons to my main menu and after this something broke and items on menu are not adjusting accrodingly. As you can see there are 3 issues. Some texts are broke to 2 rows. Spacing between items is not adjust and is different for every item and background effect after hoover is also not adjusted properly. How can i solve this please?

    Thank you very much

    Peter

    Attachments:
    You must be logged in to view attached files.
    #547969

    Luke Nielsen
    Keymaster

    Hello,

    Increase the “Gap” for the menu via its element in the Header builder and use the code below:

    .whb-header .wd-header-main-nav .nav-link-text {
        white-space: nowrap;
    }

    Either use the code below which includes increasing gap manually.

    .whb-header .wd-header-main-nav .nav-link-text {
        white-space: nowrap;
    }
    
    .whb-header .wd-header-main-nav  .wd-nav {
        --nav-gap: 45px;
    }

    Then clear the cache and recheck the issue.

    Kind Regards

    #548363

    peter.the.prochazka
    Participant

    Hi, yes this solved problem with two rows text, but there is still problem with background “button” after hover is not adjusting.

    Attachments:
    You must be logged in to view attached files.
    #548399

    Luke Nielsen
    Keymaster

    Hello,

    I see that you have changed the hove style: https://prnt.sc/WA9ByP6PN2Ac

    If you want the previous style, you can enable it and I will investigate the issue that is shown on your screenshot.

    Kind Regards

    #548410

    peter.the.prochazka
    Participant

    i changed it back. underline working ok, its actually underlining whole text, but background option of the item doesnt work.

    #548414

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below, here is a result: https://prnt.sc/KLAYkyye3GAU

    .whb-header .wd-header-main-nav .woodmart-nav-link {
        justify-content: center;
    }

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)