- This topic has 1 reply, 2 voices, and was last updated 8 years, 12 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › CSS
Hi,
I have used these to change some of my CSS on forms:
.searchandfilter > ul
{
margin:0 !important;
padding:0 !important;
}
.searchandfilter > ul > li
{
display:inline-block !important;
padding-right:10px !important;
}
select[multiple]{
font-size: 32px;
width: 120px;
padding: 3px;
font-size: 16px;
line-height: 1;
border: 1;
border-radius: 0;
height: 28px;
}
select {
font-size: 32px;
width: 120px;
padding: 3px;
font-size: 16px;
line-height: 1;
border: 1;
border-radius: 0;
height: 28px;
}
Can’t set to select[multiple] to change, thought. Any ideas?
Thank you!