Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1105011
    johnpbeaz
    Participant

    My site http://www.berrysshare.com is using the Renew Stack with the left menu for the main navigation. Is there a way to not show all of the space at the top on the mobile view?

    Image is attached for reference.

    #1105135
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:979px){
    .x-navbar-fixed-left .x-navbar-inner, .x-navbar-fixed-right .x-navbar-inner {
        height: auto;
    }
    }

    Hope that helps.

    #1105212
    johnpbeaz
    Participant

    Perfect! Thanks so much!

    #1105306
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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