Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #861996

    Laura83s
    Participant

    Hey, I am really struggling with my slide show as on the preview on Slider Revolution it looks perfect then, when I use my macbook, the main menu drop down and I cannot see all the text in the banner. See my screenshot and the page I am talking about. I tried to changed so many times also the setting but I don’t know where I am wrong.
    Thanks

    #862262

    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    Your menu doesn’t fit on smaller screens which makes other items go down.

    We can make the mobile button appear earlier.

    You can add this under Custom > CSS in the Customizer.

    
    @media (max-width: 1200px) {
    .x-nav-wrap.desktop {
        display: none;
    }
    
    .masthead-stacked .x-btn-navbar {
        display: inline-block;
    }
    
    .masthead-stacked .x-navbar {
        text-align: center;
    }
    
    .x-nav-wrap.mobile.in {
        display: block !important;
    }
    }
    
    

    Hope that helps.

    #865153

    Laura83s
    Participant

    Many thanks!

    #865501

    Rue Nel
    Moderator

    You’re welcome!