The problem is with removing/reducing padding of the div containing the logo ( or the logo itself ).
The logo is 140px high ( I've read all the topics about logo problems posted here ) and simple replacing of the the the logo had this as a result:
so i tried to make padding changes to .css file but couldn't figure out which one is responsible for the overall_header.html so I tried to do it manually by putting this code
Code: Select all
<div class="header-pad" style="padding:0;"><a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a></div>
Can you help me putting it back where it was?
Tnx in advance!