Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1093371
    Apricitymedia
    Participant

    Hi there,

    My site http://apricitymedia.co.uk has a menu bar going across the top. However when I view the website on my iPad, this menu bar turns into a menu icon, how can I keep the menu bar across all platforms?

    Many thanks,
    Theo

    #1093401
    Joao
    Moderator

    Hi There,

    Add the following code to Appereance Customizer Custom CSS

    @media screen and (max-width: 979px) {
    	.x-nav-wrap.desktop {
    		display: block important;
    	}
    	.x-btn-navbar, .x-btn-navbar.collapsed {
    		display: none !important;
    	}
    }

    Hope that helps

    Joao

    #1094013
    Apricitymedia
    Participant

    Hi, that made all menus disappear on mobile! Its just blank on there now?

    #1094030
    Joao
    Moderator

    Hi there,

    My bad, there is a missing character in the code above:

    Please use this code instead.

    @media screen and (max-width: 979px) {
    	.x-nav-wrap.desktop {
    		display: block !important;
    	}
    	.x-btn-navbar, .x-btn-navbar.collapsed {
    		display: none !important;
    	}
    }
    

    Hope that helps,

    Joao

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