Changing Viewport Size - by zf - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Robert Hall

  • Avatar: zf
    zf
    Participant
    August 13, 2015 at 10:48

    Hi Guys, how would I go about setting/changing viewport sizes for responsive menus.
    When my site is tested on 1024×768 i end up with a double line menu. As soon as it goes below that its the mobile menu.

    Please advise

    Thank You

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 13, 2015 at 10:55

    Hello,

    The problem causes by this code in style.css

    .navbar-collapse {
        padding-left: 150px;
    }

    You can try to change padding-left value to 0px.

    .navbar-collapse {
        padding-left: 0px;
    }

    Regards,
    Robert Hall.

    Avatar: zf
    zf
    Participant
    August 13, 2015 at 11:13

    Hi There, all sorted.

    Thanks

    Z

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 13, 2015 at 11:18

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

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

The issue related to '‘Changing Viewport Size’' has been successfully resolved, and the topic is now closed for further responses

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