I would like to get the search tool in the header to sit up in line with the menu options in the header. At the moment it seems to fall on to the next line. Anyone know how to fix? link here
I would like to get the search tool in the header to sit up in line with the menu options in the header. At the moment it seems to fall on to the next line. Anyone know how to fix? link here
Try finding this in your stylesheet and adding the highlighted declaration
Code:#navMainSearch { float: left; margin: -1.5em 0em 0em 0em; display: inline; }
Zen-Venom Get Bitten
So simple I should have thought of that, thanks!![]()
Check rendering in other browsers
Zen-Venom Get Bitten