MacRoy Posted February 5, 2014 Share Posted February 5, 2014 (edited) Hello! How and where do you change the placement of the logo? I want it down a little bit so that it is centered with the search bar. Grateful for tips help! Attach a file so that you can see. I run with PrestaShop 1.6.0.3 Beta Regards MacRoy Edited February 6, 2014 by MacRoy (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted February 6, 2014 Share Posted February 6, 2014 Look in the global.css file in the template. Link to comment Share on other sites More sharing options...
vekia Posted February 6, 2014 Share Posted February 6, 2014 #header #header_logo { position: absolute; left: 0; top: 27px; z-index: 1; } you can change position with increasing/decreasing left and top param values. it's a part of global.css line 1862 Link to comment Share on other sites More sharing options...
MacRoy Posted February 6, 2014 Author Share Posted February 6, 2014 Thanks so much for your time and help! It is really appreciated Sincerely MacRoy Link to comment Share on other sites More sharing options...
Recommended Posts