Support Forum

Change Form Width

EK Edward Koon
Edward Koon
Member

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.. wink

sp-css.jpg

5 Answers

New Answer

MP Mr Papa
Mr Papa
Member

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….

EK Edward Koon
Edward Koon
Member

Ended up editing the overlay file reducing the quicklinks width.

Thanks again for all your help!