Home Forums WoodMart support forum Regarding Main Header responsive size Height issue

Regarding Main Header responsive size Height issue

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

    weeglypvtltd
    Participant

    Please look carefully my uploaded screen shot,
    When I am checking responsive my website at that time I have found this Header Heigh issue. My Header menu is little long so, when check responsive of website every pixel by pixel, My menu was wrap but menu height is as show as previous.
    So, Menu or Header height didn’t responsive or didn’t set as per menu.

    Please give me all possible solution step by step.

    Because in theme setting there are not any option to set Auto height according to header responsiveness.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To align the menu items in the header in one line, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .wd-nav {
        flex-wrap: nowrap !important;
    }
    
    .wd-nav>li>a {
        font-size: 14px !important;
    }

    Best Regards

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