LukeB 0 Report post Posted November 17, 2011 Hi im looking for a way to align the search bar within the navigation area so that it is positioned inline with the navigation. As it stands the search bar is well below the rest of the navigation and it all looks a little odd. http://www.danceyrselfclean.com/ Share this post Link to post Share on other sites
kastelic 6 Report post Posted November 17, 2011 Try this in Custom Code -> Custom CSS: [code] #header .searchform { margin-top:-26px; } [/code] Share this post Link to post Share on other sites
LukeB 0 Report post Posted November 18, 2011 thanks thats sorted it Share this post Link to post Share on other sites