Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #861997

    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

    http://www.cloudrecover.com.au/home-page-sample/

    #862276

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Your screenshots has not been uploaded because it exceeds the allowed file size. Please resize your screenshots and upload it again. For the meantime, I am guessing that the issue is caused by the menu (on smaller screens) that the menu goes to another line right below the logo. To resolve this, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(max-width: 1180px){
      .masthead-inline .x-btn-navbar {
        display: block;
        float: right;
      }
    
      .x-nav-wrap.desktop,
      .x-nav-wrap.mobile.collapse {
        display: none;
      }
    
      .x-nav-wrap.mobile.collapse.in {
        display: block;
      }
    }

    Hope this helps. Please let us know how it goes.

    #865152

    Laura83s
    Participant

    Many thanks!

    #865500

    Rue Nel
    Moderator

    You are most welcome!