Seems my theme main container width is too narrow. The search box is forced onto a second line. How to use custom css to shrink topics and forum selection boxes so it all fits on a single line?
Thanks.. 
Seems my theme main container width is too narrow. The search box is forced onto a second line. How to use custom css to shrink topics and forum selection boxes so it all fits on a single line?
Thanks.. 
not sure I would recommend that… but you can adjust the quicklinks with
.spQuickLinks { }
default width is 180px…
and the search box with either
#spSearchContainer { } or .spSearchForm { }
but we dont provide a width.. just float left….
Ended up editing the overlay file reducing the quicklinks width.
Thanks again for all your help!