Okay
  Public Ticket #2126687
hide portfolio categories filters on mobile
Closed

Comments

  • BigEyes-Design started the conversation

    Hi

    The portfolio categories filters alignment is a bit off on mobile devices in my site. It seems like there is a little bit of space added before first filter, which makes the whole categories filters menu alignment seem off.

    I found no way to edit that. I decided to make a workaround and hide the filters on mobile, leaving only the hamburger menu there. But didn't find a way to hide that either.

    Please help me fix that.

    Thanks!

  •  675
    Neuron replied

    Hi,

    You can easily hide them on responsive, simply by adding the following style in Custom CSS.

    @media (max-width: 768px) {
        .m-filters {
            display: none !important;
        } 
    }

    The number 768 represents the width of the website, you can change that to any number.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • BigEyes-Design replied

    Great! Thank you!

  •  675
    Neuron replied

    You're welcome anytimesmile.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.