anelsagroup Posted August 21, 2017 Share Posted August 21, 2017 Hi,I would like to center the site logo on Prestashop 1.7.0.2, and also put the general menu under the logo, anyone knows how to do it please? Thank you. Link to comment Share on other sites More sharing options...
BonPresta Posted August 21, 2017 Share Posted August 21, 2017 Hi,I would like to center the site logo on Prestashop 1.7.0.2, and also put the general menu under the logo, anyone knows how to do it please? Thank you. themes\classic\templates\_partials\header.tpl Find <div class="col-md-2 hidden-sm-down" id="_desktop_logo"> <a href="{$urls.base_url}"> <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}"> </a> </div> Replace <div id="_desktop_logo"> <a href="{$urls.base_url}"> <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}"> </a> </div> and add style css in file - theme.css #_desktop_logo { text-align: center } #_desktop_logo a{ display: inline-block; } 1 Link to comment Share on other sites More sharing options...
anelsagroup Posted August 22, 2017 Author Share Posted August 22, 2017 Hi, I changed and saved but no changes :S what i'm doing wrong? Link to comment Share on other sites More sharing options...
anelsagroup Posted August 22, 2017 Author Share Posted August 22, 2017 I have the default themw Link to comment Share on other sites More sharing options...
prestahero.com Posted August 23, 2017 Share Posted August 23, 2017 I have the default themw so you can try the code BonPresta shared above 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