- This topic has 2 replies, 1 voice, and was last updated 9 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 Mobile
Hello again, my friends!
I’ve been working hard to make forms to be like my theme. Right now I have a problema only with the formating for mobile. The form looks great now on desktop, but I can’t get @media to work to put one form on each line. I’m using this code and some other variation, with no luck? Any suggestion?
@media only screen and (max-width: 448px) {
#search-filter-form-42 .ul li li {
display: block;
}
}