Responsive menu trouble - by lxmag - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Robert Hall

  • Avatar: lxmag
    lxmag
    Participant
    May 25, 2016 at 19:39

    On resolution sizes 1024×768 I see part of menu, it looks like this:
    http://imgur.com/YH7cCGl

    Help, pls

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 25, 2016 at 20:37

    Hello,

    I’ve added this code in the Child Theme. Please check.

    @media (min-width: 1200px){
    .header-type-4 .main-nav .menu{
        width: 700px !important;
    }
    }
    @media (max-width: 1200px){
    .header-type-4 .main-nav .menu {
        width: 490px;
    }
    }

    Regards,
    Robert Hall

  • 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.