Responsive menu - by mikbander - on WordPress WooCommerce support

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

  • Avatar: mikbander
    mikbander
    Participant
    January 30, 2015 at 13:27

    Hello, sorry for my english.

    if screen is less than 995px, i want to change to responsive design. And i want to change the boxed version width.

    when i have the resolution to 1024 the menu switch to responsive and i want to menu in 1024 to see normal.

    I have my web in localhost, but when i see your demo in resolution 1024

    https://www.8theme.com/demo/royal/?page_id=16251&et_styles=0-5-0-2-0-3

    the menu is on the left with three lines and i want to see normal

    It’s posible????

    4 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 30, 2015 at 14:02

    Hello,

    Please provide us with link to the page.

    Regards,
    Robert Hall.

    Avatar: mikbander
    mikbander
    Participant
    January 30, 2015 at 14:04

    I have in localhost but in your demo it’s the same, in resolution 1024

    https://www.8theme.com/demo/royal/?page_id=16251&et_styles=0-5-0-2-0-3

    the menu is on the left with three lines and i want to see normal

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 30, 2015 at 14:08

    Please try to add this code into custom.css file.

    @media only screen and (max-width: 1024px){
    .navbar-collapse.collapse{
    display:block !important;
    }
    button.menu-icon{
    display:none;
    }
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Eva
    Eva Kemp
    Support staff
    January 30, 2015 at 14:10

    Hello,

    Try to edit the media query located in the responsive style sheet file wp-content/themes/royal/css/responsive.css at line 1009.
    Changed it from
    @media only screen and (max-width: 1200px)
    to
    @media only screen and (max-width: 992px)

    Thank you.
    Regards,
    Eva Kemp.

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