Giedriucha7 Posted May 23, 2013 Share Posted May 23, 2013 Hello, I updated my prestashop to 1.5.4.1 version and now my logo is in wrong position, how would be possible to make it in lower position (that will fit correctly) ? there is my site: www.igoods.lt Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 23, 2013 Share Posted May 23, 2013 Hello, that is strange, your logo seems to not be hooked in the header. Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 23, 2013 Author Share Posted May 23, 2013 Yes, really strange, any solutions ? Link to comment Share on other sites More sharing options...
vekia Posted May 23, 2013 Share Posted May 23, 2013 yes! i've got solution go to the global.css file located in your theme directory (themes/your_theme/css/global.css) You're looking for something like: #header_logo { float: left; display: block; margin-top: 0; } add there: position: absolute; final code: #header_logo { float: left; display: block; margin-top: 0; position:absolute; } 1 Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 23, 2013 Author Share Posted May 23, 2013 Much better, thank you. Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 23, 2013 Author Share Posted May 23, 2013 But now there is a bug, when I click on logo nothing happens, it's should go to homepage Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 23, 2013 Author Share Posted May 23, 2013 And this fix just applied on homepage. Link to comment Share on other sites More sharing options...
vekia Posted May 23, 2013 Share Posted May 23, 2013 all you have to do is to add z-index param, for example: z-index:9; moreover i've noticed that you use CCC so you have to turn force compilation on, and then refresh your front end Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 23, 2013 Author Share Posted May 23, 2013 Thanks! Link to comment Share on other sites More sharing options...
vekia Posted May 23, 2013 Share Posted May 23, 2013 Thanks! you're welcome so, the problem is finally solved? Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 24, 2013 Author Share Posted May 24, 2013 Yes. Link to comment Share on other sites More sharing options...
vekia Posted May 24, 2013 Share Posted May 24, 2013 so i marked this thread as solved and moved your second question to new thread regards Link to comment Share on other sites More sharing options...
Auto Visso Posted July 5, 2013 Share Posted July 5, 2013 Hello! I was also upgrade a 1.5.4.1 version, but logo is same where out. it`s still not work for homepage logo. I was try to exchange it`s possibile. But after ar refresh is change to back. Homepage: www.autovisso.eu Any solutions? Link to comment Share on other sites More sharing options...
vekia Posted July 8, 2013 Share Posted July 8, 2013 Hello! I was also upgrade a 1.5.4.1 version, but logo is same where out. it`s still not work for homepage logo. I was try to exchange it`s possibile. But after ar refresh is change to back. Homepage: www.autovisso.eu Any solutions? have you tried to clear cache in your browser? Im asking because i checked your website and it looks fine (logo is in correct position) regards Link to comment Share on other sites More sharing options...
Recommended Posts