Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1081035
    lisacole1
    Participant

    Hi
    This site
    http://www.specialcats.co.uk is used by lots of people who have old computers and tiny screens. They don’t understand the icon for menu is an actual menu.

    Is it possible to make the menu work as it does on a more up to date desktop – with a clear list of options on smaller screens?

    huge thanks!

    #1081061
    Christopher
    Moderator

    Hi there,

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

    @media (max-width:979px){
    a.x-btn-navbar.collapsed {
        display: none;
    }
    .x-nav-wrap.mobile.collapse {
        display: block !IMPORTANT;
    }
    }

    Hope that helps.

    #1081244
    lisacole1
    Participant

    ace, thank you – just waiting for the client to get back to me from her tiny ancient screened computer 🙂 It looks perfect on the preview though.

    #1081272
    Joao
    Moderator

    Let us know if you need further help.

    Joao

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