Marek132 Posted November 12, 2014 Share Posted November 12, 2014 Hello Guys, I try to edit my theme in PrestaShop 1.5. I would like to have a bigger logo then author assumed but I can't find where I have to edit template. Can anyone please tell me what I have to do to tailor my template to have the bigger logo? Now the logo is not full displayed and I don't know what I have to do to fix it. thanks for your help Marek Link to comment Share on other sites More sharing options...
tuk66 Posted November 12, 2014 Share Posted November 12, 2014 What is the URL? Link to comment Share on other sites More sharing options...
Marek132 Posted November 12, 2014 Author Share Posted November 12, 2014 http://nogravity.nazwa.pl/presta/pl/ Link to comment Share on other sites More sharing options...
tuk66 Posted November 12, 2014 Share Posted November 12, 2014 I would move the logo <a id="header_logo"... inside <div id="header_right"> block and change height. Link to comment Share on other sites More sharing options...
Marek132 Posted November 12, 2014 Author Share Posted November 12, 2014 Thanks tuk, I have found the code in file header.tpl Can you please help me with the code because I am not shure how it should look like? Right now is: <!-- Header --> <div class="mode_header" id="mode_header"> <div class="container_24"> <div id="header" class="grid_24 clearfix omega alpha"> <div id="header_right"> {$HOOK_TOP} </div> <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" /> </a> {if $page_name != 'index'} {if isset($CS_MEGA_MENU)}{$CS_MEGA_MENU}{/if} {/if} </div> </div> </div> Thank you for your time Link to comment Share on other sites More sharing options...
tuk66 Posted November 12, 2014 Share Posted November 12, 2014 I tried something but without success. Link to comment Share on other sites More sharing options...
Marek132 Posted November 12, 2014 Author Share Posted November 12, 2014 Ok, thanks anyway tuk anyone guys, do you have any idea? Link to comment Share on other sites More sharing options...
Recommended Posts