Responsive Menu Height - by Staticlush - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Max Mullins

  • Avatar: Staticlush
    Staticlush
    Participant
    May 21, 2017 at 09:32

    My mobile menu is to big. Is there a way to adjust this?

    1 Answer
    Avatar: maxmullins
    Max Mullins
    Participant
    May 22, 2017 at 12:02

    Hello, @Staticlush

    Please clarify what are yu tryng to achive. Would you like to change mobile menu box size or fonts and padding are too big?
    It can be done via custom.css for different mobile layouts. You may adjust width of content and fonts and paddings for Custom CSS for desktop (992px+)
    @media only screen and (max-width: 992px)

    mobile-menu-wrapper
    .mobile-menu-opened .template-content {
    -webkit-transform: translate3d(-170px, 0, 0);
    transform: translate3d(-170px, 0, 0);
    .mobile-menu-wrapper{width:170px}

    Add the code above into the dasboard-> 8theme options->styling->custom.css to change width of the mobile menu box.

    Regards,
    Max Mullins

  • Viewing 2 results - 1 through 2 (of 2 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.