Jump to content

i want to move search block to right


Recommended Posts

  • 1 month later...

Updated not on line 201. You want to update in global.css

from:

* block top search */
#header #search_block_top {
   background: #e5e6e7 url('../img/block_search_bg.jpg') no-repeat top right;
   height: 28px;
   width: 330px;
   float: left;
}



to:


/* block top search */
#header #search_block_top {
   background: #e5e6e7 url('../img/block_search_bg.jpg') no-repeat top right;
   height: 28px;
   width: 330px;
   float: right;
}

Link to comment
Share on other sites

×
×
  • Create New...