ahoehn1001 Posted September 29, 2013 Share Posted September 29, 2013 faywestgrocerydelivery.com The top search bar is stuck to the left up against where the header logo is supposed to go. If you look to the right you can see where it should be because there is part of the border along the right side of the screen. I went into the blocksearch css and tried floating to the right instead of the left and it didn't do anything. How can I get it back where it belongs? Link to comment Share on other sites More sharing options...
vekia Posted September 29, 2013 Share Posted September 29, 2013 change left:35px to right:0px; in #search_block_top code should looks like: #search_block_top { background: url("../../../img/serch_bg.gif") no-repeat scroll 0 0 transparent; float: left; height: 43px; right: 0px; position: absolute; top: 45px; width: 247px; } Link to comment Share on other sites More sharing options...
ahoehn1001 Posted September 29, 2013 Author Share Posted September 29, 2013 Great thanks Link to comment Share on other sites More sharing options...
vekia Posted September 29, 2013 Share Posted September 29, 2013 im going to mark this thread as [solved] anyway, if you need any additional help in this case, feel free to continue discussion best regards Link to comment Share on other sites More sharing options...
Recommended Posts