- This topic has 15 replies, 2 voices, and was last updated 7 years, 2 months ago by .
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 › Large search bar on top
Tagged: search
This would turn the radio buttons to selectable ‘tags’:
.sf-input-radio:checked + .sf-label-radio {
background-color: #000;
color: #eee;
}
.searchandfilter li[data-sf-field-input-type=radio] label.sf-label-radio {
padding: 5px 8px;
margin-right: 8px;
cursor: pointer;
}
.searchandfilter ul li.sf-field-category > ul > li {
display: inline-block;
}
.searchandfilter .sf-input-radio {
display: none;
}
This will make the search bar 100% wide:
.searchandfilter .sf-field-search label, .searchandfilter .sf-field-search input {
width: 100%;
}