Forums › Forums › Search & Filter Pro › CSS Problem
- This topic has 7 replies, 2 voices, and was last updated 8 years, 1 month ago by Trevor.
Viewing 8 posts - 1 through 8 (of 8 total)
-
Anonymous(Private) October 17, 2016 at 11:05 am #64415
I was using the following CSS in the non pro version to make the search boxes horizontal. This CSS no longer works with the PRO version. What do I need to change to make it work?
/* Search & Filter Styles */
.searchandfilter p
{
margin-top: 1em;
display:inline-block;
}
.searchandfilter ul
{
display:block;
text-align: center;
}
.searchandfilter li
{
list-style: none;
display:inline-block;
padding-right:10px;
width:15em;
} -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)