tristram Posted December 6, 2016 Share Posted December 6, 2016 I need help changing the size of the logo in 1.7 as it is showing too small.Does anyone know where this is controlled? I am using the default theme Link to comment Share on other sites More sharing options...
nortom Posted December 7, 2016 Share Posted December 7, 2016 i'm looking also for a solution Link to comment Share on other sites More sharing options...
salpicom Posted February 10, 2017 Share Posted February 10, 2017 i want to change too can you help as Link to comment Share on other sites More sharing options...
delboy01 Posted February 24, 2017 Share Posted February 24, 2017 i would like to know this to but it seems no one answers all the time Link to comment Share on other sites More sharing options...
Generaal Posted March 28, 2018 Share Posted March 28, 2018 I have stop to play with 1.7, to many bugs and a lack of options to change enything. I have rapport on github a few bugs, but still without any solution. I believe, 1.7 version are a big mistake to switch. Link to comment Share on other sites More sharing options...
tantan199 Posted March 29, 2018 Share Posted March 29, 2018 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%;} } 1 Link to comment Share on other sites More sharing options...
RoadToSuccess Posted March 10, 2020 Share Posted March 10, 2020 Worked like a charm, thank you! Link to comment Share on other sites More sharing options...
Alexander Firsov Posted January 11, 2021 Share Posted January 11, 2021 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 More sharing options...
Wilfrid Roberts Posted January 27, 2021 Share Posted January 27, 2021 Thank you. Link to comment Share on other sites More sharing options...
bnadauld Posted February 9, 2021 Share Posted February 9, 2021 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 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