island Active member Apr 6, 2017 #1 Where is the css value set which controls the width of the quick search... blank and popup menu?
island Active member Apr 11, 2017 #2 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: Apr 11, 2017 Upvote 0 Downvote
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.
island Active member Apr 11, 2017 #3 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. Upvote 0 Downvote
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.