Forums › Forums › Search & Filter Pro › Need help with CSS layout
- This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by Trevor.
Viewing 6 posts - 1 through 6 (of 6 total)
-
Anonymous(Private) January 19, 2020 at 6:28 am #231532
I am using the Elegant Themes EXTRA theme (a takeoff of their DIVI theme.)
The layout of the widget search form does not have any left padding. And the font size for all of the controls is quite small.
You can see a snapshot of the problem:
https://extra.newwisdomuniversity.site/wp-content/uploads/2020/01/layout-problem.pngDo you have a CSS stylesheet example that I can use to remedy these problems?
Trevor(Private) January 22, 2020 at 3:18 am #231788I think you need something like this:
.searchandfilter[data-sf-form-id="18"] .sf-field-search input { font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif; color: #000; padding: 5px 10px; background: #eee; font-size: 13px; } .searchandfilter[data-sf-form-id="18"] .sf-field-submit input { font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif; color: #fff; padding: 5px 10px; border: 0px solid #B6008A; background: #B6008A }
That should give you the idea anyway.
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)