Forums › Forums › Search & Filter Pro › Horizontal CSS not working.
- This topic has 8 replies, 2 voices, and was last updated 4 years, 1 month ago by Trevor.
-
Anonymous(Private) September 30, 2020 at 10:49 pm #261507
Searched and did not find and updated solution that worked.
I’ve tried pasting the horizontal css snippet in several places and several ways and nothing is working.
.searchandfilter > ul > li {
display: inline-block;
vertical-align: top;
padding: 0 20px;
}I can make changes to the padding and see them reflected.
Inspecting the element shows the CSS is being applied, but it’s not working for me.
Is there a fix or different code for this?
Trevor(Private) October 1, 2020 at 9:00 am #261538Are you able to send me a live link/URL to your search page so I can take a look?
If that does not help, do you have a sketch (image) of what it needs to look like? You would need to upload the screenshot image(s) to a file sharing site (like the WordPress Cloudup site, Google Drive, Weshare, Dropbox, etc) and share the link with me.
Trevor(Private) October 1, 2020 at 5:32 pm #261626I think you would need something like this:
.searchandfilter[data-sf-form-id="4190"] li[data-sf-field-input-type="checkbox"] ul li, .searchandfilter[data-sf-form-id="4190"] li[data-sf-field-input-type="radio"] ul li { display: inline-block; margin-right: 20px; }
-
AuthorPosts