mallrat Posted June 27, 2022 Posted June 27, 2022 Hi there. I am running Prestashop 1.7.8.6 and am trying to centre the logo, make it larger and have the horizontal menu underneath the logo. I have found various instructions for earlier versions of Prestashop 1.7 and also 1.6 on how to do this but I cannot find anything that works on this version. I have tried the instructions on the attached thread from a while ago, but it no longer works. Can anyone offer any advice on this? Thanks! Share this post Link to post Share on other sites More sharing options...
Ress Posted June 28, 2022 Posted June 28, 2022 Are you using the default theme? Share this post Link to post Share on other sites More sharing options...
mallrat Posted June 28, 2022 Posted June 28, 2022 Hi Ress. Yes, it is the default theme. Sorry I forgot to mention it. Share this post Link to post Share on other sites More sharing options...
Ress Posted June 29, 2022 Posted June 29, 2022 (edited) In your_prestashop/themes/classic/templates/_partials/header.tpl <div class="col-md-12 hidden-sm-down text-xs-center" id="_desktop_logo"> <div class="header-top-right col-md-12 col-sm-12 position-static"> Also add this css lines: #header .header-top > .container > .row:first-of-type { flex-wrap: wrap; } /*increase logo size */ #header .logo { width: 200px; } Edited June 29, 2022 by Ress (see edit history) 1 Share this post Link to post Share on other sites More sharing options...
mallrat Posted June 30, 2022 Posted June 30, 2022 Many thanks. I could not get this to work at first. But when I tried again it worked perfectly. I really appreciate your quick solution to this problem. 1 Share this post Link to post 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