thomaslb Posted December 28, 2014 Share Posted December 28, 2014 Hi, I tried to center logo with removing from header tpl this <div id="header_logo"> <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div> It did not work so i added the code again and now logo is gone, Any help? Link to comment Share on other sites More sharing options...
loulou66 Posted December 28, 2014 Share Posted December 28, 2014 Coucou no url then i can see your site but try this ofr ps 1.6 at the end of the file theme/your_theme/global.css add header .row #header_logo {float:none; margin: 0 auto;} @++ Loulou66 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