Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1672098
Portfolio Filter - Mobile
Closed

Comments

  •  1
    trustbuilt started the conversation

    Is there a way to disable the Portfolio filter on the mobile only?

    I would like to use it on the desktop for sorting but because I have a decent number of categories, it just looks too long on the mobile so I would like to disable the filter for the mobile only (and maybe the tablet - not sure).

    Thank you!  You guys have awesome support!

  •  501
    Penci replied

    Hi,

    To disable  the Portfolio filter on the mobile only, please add more this code to Customize -> Addtional CSS  do do that:

    @media only screen and (max-width: 480px){ .penci-portfolio-filter { display: none !important; } }
    

    Change width screen code 480px on the above to any width code you want.

    With mobile width is 480px, tablets is 768px.


    Best Regards,

    PenciDesign