Logo padding problem
Posted: Mon 6. Sep 2010, 11:02
Hello Marc you have made a fantastic theme here, tnx for shearing it. However I've been trying to make some changes but with little success. I would really appreciate it if you would help me with this.
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
and it worked but with a "little" side effect: search-box div changed its place:
Can you help me putting it back where it was?
Tnx in advance!
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!