omarx816 Posted February 7, 2009 Share Posted February 7, 2009 hihere is my website http://zirveakademi.com/ and i want to move search block to right how can i do this? and i want to change header block color how can i change it?THANKS Link to comment Share on other sites More sharing options...
jhnstcks Posted February 7, 2009 Share Posted February 7, 2009 http://www.prestashop.com/wiki/Moving_and_Transplanting_Modules/Global.css file line 201 background:#EEEEEE none repeat scroll 0 0; Link to comment Share on other sites More sharing options...
ukbill69 Posted April 2, 2009 Share Posted April 2, 2009 Updated not on line 201. You want to update in global.cssfrom: * 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 More sharing options...
Recommended Posts