Jump to content

Logo size in Prestashop 1.7


tristram

Recommended Posts

  • 2 months later...
  • 2 weeks later...
  • 1 year later...

It's possible to enlarge the logo container to be able to add a bigger logo by using a piece of css code.

Here is the code, put it to the \themes\classic\assets\css\custom.css file.

@media (min-width: 768px){
.header-top #_desktop_logo.col-md-2 {width: 30%;}
.header-top .position-static.col-md-10 {width: 70%;}
}

 

  • Like 1
Link to comment
Share on other sites

  • 1 year later...
  • 10 months later...
On 3/29/2018 at 10:07 AM, tantan199 said:

It's possible to enlarge the logo container to be able to add a bigger logo by using a piece of css code.

Here is the code, put it to the \themes\classic\assets\css\custom.css file.


@media (min-width: 768px){
.header-top #_desktop_logo.col-md-2 {width: 30%;}
.header-top .position-static.col-md-10 {width: 70%;}
}

 

Thank you very much! It worked for me in Prestashop 1.7.7.0

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
On 3/29/2018 at 11:07 AM, tantan199 said:

It's possible to enlarge the logo container to be able to add a bigger logo by using a piece of css code.

Here is the code, put it to the \themes\classic\assets\css\custom.css file.


@media (min-width: 768px){
.header-top #_desktop_logo.col-md-2 {width: 30%;}
.header-top .position-static.col-md-10 {width: 70%;}
}

 

does this work in 1.6?

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...