Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1263622
    kearneycreativegr
    Participant

    Website: http://www.kearneycreative.com

    When my website goes into mobile mode and the drop down menu becomes available it gets all messed up. What’s the best way to clean this up?

    Thanks

    #1263648
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    @media (max-width: 979px){
        .x-navbar {
            margin: 0;
        }
    }

    Hope it helps 🙂

    #1263709
    kearneycreativegr
    Participant

    Is there a way to change the logo when it hits mobile mode?

    #1264008
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! To change the way the logo is displayed in your mobile screen, please have the previous code updated and add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media (max-width: 979px){
      .home .x-navbar {
        margin: 0;
        position: fixed;
        width: 100%;
      }
    }
    

    Hope this helps. Kindly let us know.

  • <script> jQuery(function($){ $("#no-reply-1263622 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>