pattyo1 Posted December 16, 2013 Share Posted December 16, 2013 (edited) Hello guys i have little problem. When i upload bigger logo like deffault dimension this happens to me http://shop.kovplast.sk/index.php Can someone help? With deffault dissmension site looks like this http://postimg.org/image/k1x5jb2dh/ Thank you Edited December 18, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
matzmu Posted December 16, 2013 Share Posted December 16, 2013 In prestashop_theme /css/ global.css find : #header_logo (i think it will be 547 line) and paste this : #header_logo { left: 0; position: absolute; top: 0; z-index: 1; } this code will pull up logo, and menu will be able to click Link to comment Share on other sites More sharing options...
vekia Posted December 16, 2013 Share Posted December 16, 2013 in addition to matzmu, use also: #header_logo img { width:340px!important; height:auto!important; } Link to comment Share on other sites More sharing options...
pattyo1 Posted December 17, 2013 Author Share Posted December 17, 2013 in addition to matzmu, use also: #header_logo img { width:340px!important; height:auto!important; } You mean i need to add this at global.css? Because i cant find anywhere in this file #header_logo so where i can add that? I have done what matzmu said and side look now better but header is now obscuring searching tab. Sorry for my bad english... Link to comment Share on other sites More sharing options...
vekia Posted December 17, 2013 Share Posted December 17, 2013 I have done what matzmu said and side look now better but header is now obscuring searching tab. Sorry for my bad english... this is why i suggested to use code that i pasted what to do? just paste code somewhere in global.css (no matter where) Link to comment Share on other sites More sharing options...
pattyo1 Posted December 18, 2013 Author Share Posted December 18, 2013 (edited) Ok it is working. Thank you guys Edited December 18, 2013 by pattyo1 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 18, 2013 Share Posted December 18, 2013 i can confirm that it's ok, i checked it and it works now topic marked as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now