XF 1.5 Search... width

island

Active member
Licensed customer
Where is the css value set which controls the width of the quick search... blank and popup menu?
 
Found the search dialogue box defined in xenforo_popup.css
.formPopup
{
width: 250px;
background-color: @contentBackground;
}

Still looking for where the quick search blank width is defined... probably the silliest question ever asked.
 
Last edited:
Couldn't find where width is originally defined, so added

#QuickSearchQuery {
width: 280px;
}

to extra.css to match the change in width in sidebar and search popup.
 
Back
Top Bottom