Jump to content

[SOLVED] Top Search wrong position


Recommended Posts

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

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

×
×
  • Create New...