hdrescue Posted May 16, 2011 Share Posted May 16, 2011 Hi,I'm a newbbie using Prestashop, but I just started to add my logo in my homepage, and after uploading the logo (even in different sizes), I get the logo not centered, but always down from the correct plase.You can see what I mean here: http://hd-rescue.prestabox.com/Anyone has faced this problem?And how can I solve it?Thanks Link to comment Share on other sites More sharing options...
nicetazmenia Posted May 16, 2011 Share Posted May 16, 2011 After looking at your page where I see the problem with the logo here is my suggestion:1. Reduce the size of your Logo, your header container of the page is only have a height=180px and your logo height=275px.2. #header_logo { float: left; margin-bottom: 11px; (you need to delete this) margin-left: 54px; margin-top: 29px; (you need to reduce this) width: 50%;}3. img.logo { float: left; font-size: 2em; font-weight: bold; margin-top: 0.5em; (you might want to delete this)}2 and 3 CSS selector is located in your global.css file. Once you have this done, you should see your logo seating nicely inside of that box. 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