balee007 Posted March 13, 2009 Share Posted March 13, 2009 Hi All,I have to move search top box to left aligned to the column (see pic below). Cold you please help me out with this? I have already tried to adjust global.css, but with no success.Many thanks, Link to comment Share on other sites More sharing options...
shacker Posted March 13, 2009 Share Posted March 13, 2009 Just, edit the global.css in the theme folder of your theme, search the HEADER tag, and set the margin-left to negative number :#header { float: left; height:100px; width: 100%; text-align: right; margin-left:-100px; the negative number indicates to move the header to the left } Link to comment Share on other sites More sharing options...
balee007 Posted March 14, 2009 Author Share Posted March 14, 2009 Thank you shacker for your quick response!It works fine! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now