Jump to content

[solved] Header Logo too big


Recommended Posts

your website shows logo with the sizes related to the file sizes.

it mean that there are two possible solutions

  1. upload small logo
  2. change the header.tpl file (located in your theme directory)
    there is code:
    <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} />
    


     
    you have to set up there own values of the width and height params

Link to comment
Share on other sites

WkM11xb.png

 

in your website there is still width and height value related to the picture size. After changes, make sure, that you've got force compilation ON (under preferences > performance tab in BO)

 

 

 

take a look how the logo looks like when the width of the picture is: 155

 

ZyRDUGL.png

Link to comment
Share on other sites

×
×
  • Create New...