Jump to content

Recommended Posts

What's the recommend logo size for Prestashop shopping cart? I tried to access the Designer Guide and Merchant Guide under Resources on the site but I couldn't. I receive a502 proxy error when I try access the doc.

Link to comment
Share on other sites

  • 2 years later...
  • 2 months later...

How can i change logo size on prestashop 1.6? Is it possivel through administration panel or just in template files?

 

Does it look smaller than the image you uploaded? Because that happened to me, and here's what I did:

 

1) Make the logo the size you want it in your image editing program, and upload that.

 

2) Open the global.css stylesheet in your theme directory and add this code to the top:

 

#header_logo .img-responsive {
  max-width: 150% !important;
}
 
Doing this made my logo the correct size, but it's also still responsive and shrinks down with everything else when I make the window smaller.
 
Hope this helps!
Edited by Beans (see edit history)
  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...