Page 1 of 1

Logo padding problem

Posted: Mon 6. Sep 2010, 11:02
by Rhonin
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:

Image

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>
and it worked but with a "little" side effect: search-box div changed its place:

Image

Can you help me putting it back where it was?
Tnx in advance!

Re: Logo padding problem

Posted: Mon 6. Sep 2010, 19:26
by Marc
Look for .header-pad in common.css.

Re: Logo padding problem

Posted: Mon 6. Sep 2010, 20:16
by Rhonin
It worked, tnx! Here is the result:

Image