Forums › Forums › Search & Filter Pro › Need to refresh page after filtering. Help…
- This topic has 22 replies, 3 voices, and was last updated 4 years, 1 month ago by Trevor.
-
Trevor(Private) September 16, 2020 at 3:59 pm #259735
You would need to enclose the CSS I gave you in a media query:
@media (min-width: 768px) { .searchandfilter > ul > li { display: inline-block; vertical-align: top; padding: 0 20px; } }
If that option does not work to scroll correctly, something else in the site (plugin, code or theme) must be stopping it from working). I would not know what is doing that. You could try to find out by deactivating as many plugins as you can and testing.
-
AuthorPosts