Menu fixed problem - by Greta - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp

  • Avatar: Greta
    Greta
    Participant
    July 5, 2016 at 14:19

    I wish to arrange and stint on the set menu when the page scrolls down, now disappears and reappears if you hover your mouse over the logo bar but I would not want that would create confusion. can be done that with the logo also it shrinks the menu and remains visbile instead of disappearing?
    thank you
    crdentials in private content

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 5, 2016 at 17:00

    Hello,

    Add this code in Global Custom CSS section:

    .fixNav-enabled .fixed-active .header-wrapper .menu-wrapper {
        overflow: visible !important;
    }
    .fixNav-enabled .fixed-active .menu-wrapper {
        max-height: 100px !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Greta
    Greta
    Participant
    July 6, 2016 at 11:27

    Ok, now it fixed but it would be possible to shrink a little as it does for the logo?

    Avatar: Eva
    Eva Kemp
    Support staff
    July 6, 2016 at 11:58

    Hello,

    Please also use this css code:

    .fixNav-enabled .fixed-active .header-type-2 .menu-wrapper .menu > li > a {
        padding-top: 0px;
        padding-bottom: 8px;
    }

    Regards,
    Eva Kemp.

    Avatar: Greta
    Greta
    Participant
    July 6, 2016 at 15:40

    I entered the last code, but the font size of the menu items remains the same, only a little shorter than white margin below

    credentials in the private content

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 6, 2016 at 16:19

    Hello,

    Do you want to change menu items font-size?

    Regards,
    Eva Kemp.

    Avatar: Greta
    Greta
    Participant
    July 7, 2016 at 11:26

    I would like to change the font size of the menu items when skim the page and the logo shrinks, I wish you also shrinks menu

    Avatar: Eva
    Eva Kemp
    Support staff
    July 7, 2016 at 12:10

    Hello,

    To change menu items size in fixed header use this css code:

    .fixNav-enabled .fixed-active .header-type-2 .menu-wrapper .menu > li > a {
      font-size: 15px;
    }
    .fixNav-enabled .fixed-active .navbar {
        padding: 0px 0 !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.