mguevara 0 Report post Posted August 16, 2011 How can I show the search bar to the left of my twitter,facebook and rss buttons? The point is to show it in the top right corner, any ideas? http://wwww.fedesarrollo.net/ Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 16, 2011 Try this in Custom Code -> Custom CSS: #sidesearch { position: absolute; top: -84px; right: 111px; background: transparent; border: none; } .page-template-page-feature-php #sidesearch{ top: -472px; } Share this post Link to post Share on other sites
mguevara 0 Report post Posted August 16, 2011 worked great, thanks! Share this post Link to post Share on other sites