Okay
  Public Ticket #3030655
Portfolio filters available on mobile?
Closed

Comments

  • Craig started the conversation

    Hi there,

    the portfolio filters disappear on mobile. Is there a way to enable them?

    Thank you,

    Craig

  •  869
    Neuron replied

    Hi Craig,

    Please go to the Advanced tab of the Post element > Custom CSS, and there was added some code that will remove the filters for responsive, so please remove that part of the code.

    Feel free to ask for anything you need.

    Kind Regards


  • Craig replied

    Hi,

    I see this code when I click on the element. Is this the right place I'm looking? If so, can you confirm what I should remove? I don't want to break anything unexpected ;)

    @media (min-width: 1279px) {
        selector .m-neuron-filters {
            margin-left: 240px;
        }
    }

    selector .l-neuron-grid__item .m-neuron-post__thumbnail--link {
        padding: 0 !important;
        height: 400px;
    }

    @media (max-width: 1279px) {
        selector .l-neuron-grid__item .m-neuron-post__thumbnail--link {
            height: 300px;
        }
    }


  •   Neuron replied privately
  •   Craig replied privately
  •  869
    Neuron replied

    Hi Craig,

    I've just fixed it, can you please take a look at it?

    Feel free to ask for anything you need.

    Kind Regards