Okay
  Public Ticket #3081995
Post Grid Filter Button (mobile)
Closed

Comments

  •  6
    Ali started the conversation

    Hi. On mobile, the Post Grid filter button needs to be pressed to show the categories. Is there a way to display the categories and not have the filter toggle button?

    Thanks

  •   Ali replied privately
  •  1,662
    Judith replied

    Hello Ali,

    Thanks for keeping in touch.

    Please try this css:

    @media only screen and (max-width: 1000px){
    .light .nectar-post-grid-wrap .nectar-post-grid-filters h4 {
        display: none;
    } }

    Thanks.

  •  6
    Ali replied

    Hi. Thanks for that but this seems to have removed the sortable filters altogether (which i can do from the Post Grid settings tab). I want the categories displayed, but not have the Filter button which shows/hides them. 

  •  1,662
    Judith replied

    Hello Ali,

    I have added this CSS, please check this out:

    6509074033.png

    Thanks.

  •  6
    Ali replied

    Thank you