Forums › Forums › Search & Filter Pro › Layout
Tagged: layout, Primrose, siteorigin
- This topic has 40 replies, 2 voices, and was last updated 7 years, 2 months ago by Trevor.
-
Anonymous(Private) July 22, 2017 at 1:02 pm #122159
Hi Trevor,
I hope you are well =)
The link is: http://www.babysleepsupport.com.au/consultants/
The display settings are:
Trevor(Private) July 22, 2017 at 1:18 pm #122161OK
The reason why the elements are far apart is this Custom CSS that you have:
.searchandfilter > ul > li { display: inline-block; margin-right: 100px; float: left; }
(the margin-right line)
If you reduce that, they get closer together, but they are left aligned. Is that what you want?
Trevor(Private) July 22, 2017 at 1:42 pm #122165There is no float: center rule. It is either left, right or none. Instead do this:
.searchandfilter ul { display: table !important; margin: 0 auto !important; } .searchandfilter > ul > li { display: inline-block; margin-right: 20px; }
Let me know if that works for you? Then we can look at the layout.
Anonymous(Private) July 22, 2017 at 1:57 pm #122171Oh wow yeah that is a bit complex for me, do you actually have to write the code for it ?
Something similar to this page would be great without the map: http://www.babysleepsupport.com.au/view-directory/web-category/baby-sleep-products/sleep-aid-products/
Thanks =)
-
AuthorPosts