Okay
  Public Ticket #2963815
Hide Portfolio Categories on Mobile
Closed

Comments

  • Karsten started the conversation

    Hello, I'd like to hide the Portfolio Categories on the mobile screen and just have it sortable on the desktop version. Could you please the code for that? Thank you very much!

  •  854
    Neuron replied

    Hi Karsten,

    I am very sorry for the late reply, we were not working on the weekend.

    Can you please add the following code at Appearance > Customize > Additional CSS?

    @nedia (max-width: 720px) {
        .filters {
            display: none !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


  • Karsten replied

    Thank you. That worked like a charm! I just spotted a mistake in the code, I guess it is supposed to be "@media" and not "@nedia". Have a nice day!

  •  854
    Neuron replied

    Hi Karsten,

    Yes, you're right, sorry for that.

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes