Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1392176
    bryan1976
    Participant

    Hi,

    I would like to hide the filter I am using on my Ess Grid….however only on mobile. I still want the filter to work/show on desktop.

    http://www.theaudiobarn.co.uk/brands

    Many thanks for your help,

    Bryan

    #1392798
    Nico
    Moderator

    Hi There,

    @media max-width(767px){
    .esg-filter-wrapper{
    display:none;
    }}

    Adjust the 767px to adjust where you want to remove it.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1393141
    bryan1976
    Participant

    Hi Nico,

    This didn’t work unfortunately.

    What I really want to achieve is having the navigation, but if you look at the attached screenshot from an iPhone, you can see the navigation on mobile is ugly!

    Is there a way to have 2 columns with the text central above each other?

    Many thanks,

    Bryan

    #1393366
    Joao
    Moderator

    Hi Bryan

    Please add to Appereance CUstomizer Custom CSS

    @media(max-width: 480px) {
    .flat-light .esg-filterbutton {
    width: 48%;
    }
    }

    If you would prefer to hide it, use this instead

    @media(max-width: 480px) {
    .esg-filter-wrapper{
    display:none;
    }}
    

    Hope it helps

    Joao

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