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.
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 ;)
Hi there,
the portfolio filters disappear on mobile. Is there a way to enable them?
Thank you,
Craig
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
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;
}
}
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