ArnasL Posted August 8, 2013 Share Posted August 8, 2013 Hello everyone, i have problem with my header logo. I loaded image 395x150 .PNG but my website showing too big logo. Look at this -> www.igen.lt Link to comment Share on other sites More sharing options...
vekia Posted August 8, 2013 Share Posted August 8, 2013 your website shows logo with the sizes related to the file sizes. it mean that there are two possible solutions upload small logo 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 More sharing options...
ArnasL Posted August 8, 2013 Author Share Posted August 8, 2013 second solution is not working. What about first, what does it mean "small" 395x150 is big? so what size are small? Link to comment Share on other sites More sharing options...
vekia Posted August 8, 2013 Share Posted August 8, 2013 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 Link to comment Share on other sites More sharing options...
ArnasL Posted August 8, 2013 Author Share Posted August 8, 2013 I uploaded now 132x50 its looks good by i lose my photo pixels ;/ Link to comment Share on other sites More sharing options...
ArnasL Posted August 8, 2013 Author Share Posted August 8, 2013 Fixed. Thanks for everything Link to comment Share on other sites More sharing options...
vekia Posted August 8, 2013 Share Posted August 8, 2013 you're welcome glad that i could help you in this case im going to mark this topic as [solved] best regards Link to comment Share on other sites More sharing options...
Recommended Posts