hill37588 Posted May 13, 2013 Share Posted May 13, 2013 I upgraded to the latest version of Prestashop 1.5.4.1 and discovered that my Header Logo no longer contains the link to my home page. Any idea as to what I need to edit/add to fix this? I'm using the Prestashop 1.5.3.1 default theme... Link to comment Share on other sites More sharing options...
vekia Posted May 13, 2013 Share Posted May 13, 2013 On 5/13/2013 at 3:37 PM, hill37588 said: I upgraded to the latest version of Prestashop 1.5.4.1 and discovered that my Header Logo no longer contains the link to my home page. Any idea as to what I need to edit/add to fix this? I'm using the Prestashop 1.5.3.1 default theme... hey hill if it is possible, can you share the url to your page? i think that this is simple css issue Link to comment Share on other sites More sharing options...
hill37588 Posted May 13, 2013 Author Share Posted May 13, 2013 www.flexnetvoip.com Link to comment Share on other sites More sharing options...
hill37588 Posted May 13, 2013 Author Share Posted May 13, 2013 My guess is I'm missing the link somewhere here in global.css- But what do I add? HEADER ************************************************************************************************ */ #header {position:relative} #header_logo { position: absolute; top: 0px; z-index: 0; } #header_right { position:relative; float: right } Link to comment Share on other sites More sharing options...
vekia Posted May 13, 2013 Share Posted May 13, 2013 hello change z-index value in #header_logo : z-index: 0; to z-index: 1; 1 Link to comment Share on other sites More sharing options...
hill37588 Posted May 13, 2013 Author Share Posted May 13, 2013 That worked but I my logo is cutting into the top menu bar. I need to move logo higher or the top bar lower. When I upgraded to the newest version it shifted my top menu bar to the right and the logo hade a lot of white space below it. Link to comment Share on other sites More sharing options...
hill37588 Posted May 13, 2013 Author Share Posted May 13, 2013 I fixed it - I just had to adjust my logo image. Thanks for the help.. Link to comment Share on other sites More sharing options...
vekia Posted May 13, 2013 Share Posted May 13, 2013 you're welcome i marked this thread as solved regards Link to comment Share on other sites More sharing options...
Recommended Posts