Danielmedvec Posted May 1, 2013 Share Posted May 1, 2013 Hey Forum I have this image, and i wanna to upload it as a Logo. http://prntscr.com/12xvby But it becomes like this http://prntscr.com/12xv9w (((((((( This is how the page is supposed to look like without the new logo. http://prntscr.com/12xvhk :_) Best regards Dániel Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 1, 2013 Share Posted May 1, 2013 Hi, You can try edit header.tpl of your theme for best look Regards 1 Link to comment Share on other sites More sharing options...
vekia Posted May 1, 2013 Share Posted May 1, 2013 hey Daniel follow Alexander suggestion, in header.tpl file you've got: <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'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> this is code for the logo, you should change it Link to comment Share on other sites More sharing options...
Recommended Posts