Home Forums WoodMart support forum Problem with sticky header menu

Problem with sticky header menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #160661

    apasic
    Participant

    Hello. I have a problem with sticky menu. When i scroll down not show properly. When i logged in dashbord working fine . I send you photos .

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

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in WoodMart WordPress family :-).

    I have test your site sticky header. The sticky header shown misaligned because you contain large number of menu items inside your menu which is used in the sticky row. That’s why the items goes to next line.

    So, to fix this you need to use less quantity of item inside your menu. From Appearance >> Menus you can edit your menu and remove the extra menu items.

    OR

    You can use the below CSS code in global custom CSS area under theme settings >> custom CSS, to decrease the font size of menu items inside the sticky header. So they can easily be fit in a single row:

    .whb-sticked .menu li a .nav-link-text{
        font-size: 85%;
    }

    Best Regards.

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