• Resolved ellapois

    (@ellapois)


    Is there any way to disable Visual Portfolio filters for mobile and tablet only? Everything else looks great but the list of filters only looks good on desktop.

    Thanks in advance for any help you can offer.

Viewing 1 replies (of 1 total)
  • Plugin Author nK

    (@nko)

    Hey.

    You can hide it using custom CSS. Something like this:

    @media screen and (max-width: 768px) {
      selector .vp-portfolio__filter-wrap {
        display: none;
      }
    }

    Regards, nK.

Viewing 1 replies (of 1 total)

The topic ‘Customize Visual Portfolio for mobile’ is closed to new replies.