This topic has 3 replies, 2 voices, and was last updated 10 years by Radu.

  • Author
  • #91907

    Hi,

    The Main Menu when resized below 768 dissapears on my home page and on my articles page. I actually had the problem before (https://archived.seventhqueen.com/forums/topic/responsive-main-menu) and you gave me this code

    @media screen and (maxwidth: 768px) {
    .vc_navbar li, .navbarheader {
        display: inlineblock !important;
    }
    }
    However, that makes the drop down menu icon move to the center of the bar which looks funny, is there any way to make it stay on the far right?
    Thanks
    Greg
    #92102
     Radu
    Moderator

    Please check now, it should work.

    i’ve used this css

    COPY CODE
    
    @media screen and (max-width: 768px) {
    .vc_navbar li, .navbar-header { display: block !important;}
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #92298

    Awesome, Thank! You guys are the best, just crossin’ things off my to do list!
    Greg

    #92429
     Radu
    Moderator

    You’re welcome,

    Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂

    http://themeforest.net/downloads/

    Best regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?