Tagged: x
-
AuthorPosts
-
March 2, 2017 at 12:21 pm #1392176
bryan1976ParticipantHi,
I would like to hide the filter I am using on my Ess Grid….however only on mobile. I still want the filter to work/show on desktop.
http://www.theaudiobarn.co.uk/brands
Many thanks for your help,
Bryan
March 2, 2017 at 8:09 pm #1392798
NicoModeratorHi There,
@media max-width(767px){ .esg-filter-wrapper{ display:none; }}Adjust the 767px to adjust where you want to remove it.
Hope it helps.
Let us know how it goes.
Thanks.
March 3, 2017 at 5:03 am #1393141
bryan1976ParticipantHi Nico,
This didn’t work unfortunately.
What I really want to achieve is having the navigation, but if you look at the attached screenshot from an iPhone, you can see the navigation on mobile is ugly!
Is there a way to have 2 columns with the text central above each other?
Many thanks,
Bryan
March 3, 2017 at 9:14 am #1393366
JoaoModeratorHi Bryan
Please add to Appereance CUstomizer Custom CSS
@media(max-width: 480px) { .flat-light .esg-filterbutton { width: 48%; } }If you would prefer to hide it, use this instead
@media(max-width: 480px) { .esg-filter-wrapper{ display:none; }}Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1392176 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
