Home Forums WoodMart support forum Menu two parts

Menu two parts

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #74103

    wildtrail
    Participant

    ok! after scrolling down the menu is breaking in two parts see the attached image

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

    wildtrail
    Participant

    looking for response

    #74112

    Hello,

    Your menu goes into two lines cause it has a lot of items and little space to fit.

    You can arrange your menu into mega menu sub-items or deactivate “Sticky header clone” in the Header builder setting http://prntscr.com/kmc0en and make each row sticky, in this case, menu will not go in the same row with logo and would not be broken.

    Or it is possible to reduce logo and menu font-size, if you want this way, add this code to the Theme settings > Custom CSS

    .whb-clone .whb-general-header .woodmart-logo img {
       max-height: 25px;
    }
    .whb-clone .main-nav .item-level-0 > a {
       font-size: 11px;
    }

    Best Regards

    #74113

    wildtrail
    Participant

    PLEASE GIVE US THE SOLUTION BECAUSE WE CANNOT IT STICKY, WE CAN REDUCE SIZE AND COMPRESS THE SPACE BETWEEN TABS PLEASE GIVE THE SOLUTION

    #74119

    Hello,

    It is possible to reduce logo and menu font-size, add this code to the Theme settings > Custom CSS

    .whb-clone .whb-general-header .woodmart-logo img {
       max-height: 25px;
    }
    .whb-clone .main-nav .item-level-0 > a {
       font-size: 11px;
    }

    Best Regards

    #74122

    wildtrail
    Participant

    thanks,

    one thing more that login form not as per the theme please check what is the problem

    #74124

    Artem Temos
    Keymaster

    We are working on that request too. Please, be patient. We will answer you soon.

Tagged: 

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