ariopp Posted May 26, 2009 Share Posted May 26, 2009 Hi,I've been struggling for the past few hours to try move my search bar to the right of the screen. I've managed to move it down a bit using padding, but i can't move it to the right...I'm sure it is just css editing, but I'm not sure where to look.Please can anyone helpPLEASE see the image attached to see what the exact problem is. Link to comment Share on other sites More sharing options...
TravisNPS Posted December 16, 2009 Share Posted December 16, 2009 /* block top search */ #header #search_block_top { background: #e5e6e7 url('../img/block_search_bg.jpg') no-repeat top right; height: 28px; width: 336px; float: left; change float to right will move it over float: right; 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