Jump to content

[Error]Logo size/location.


Recommended Posts

Hello ,

I have been getting my webshop ready to go online!

When suddenly after I added a new currency the logo went like this.

crNGr08.png

 

I would appreciate the help!

 

Sorry if it's written in a wrong section.

 

Regards

ZiCo

Link to comment
Share on other sites

take a look:

nm2hwZv.png

 

it's because of this.

 

please open the header.tpl file located in your theme directory.

search for:

<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}/>

 

and change it to:

<img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}"/>

  • Like 1
Link to comment
Share on other sites

take a look:

nm2hwZv.png

 

it's because of this.

 

please open the header.tpl file located in your theme directory.

search for:

<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}/>

 

and change it to:

<img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}"/>

 

Thank you very much!

Link to comment
Share on other sites

×
×
  • Create New...