This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search layout query

#5551
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

You are welcome!

Well, I would recommend using this custom CSS to change the field witdth to auto and to add margin instead:

[code]
div.ajaxsearchpro.searchsettings fieldset.asp_custom_f {
width: auto !important;
margin: 9px 15px !important;
}
[/code]

You can add this code search plugin Theme Options – Custom CSS panel, or your theme custom CSS section. (if it has any)