Logo padding problem

English Style Support
Post Reply
User avatar
Rhonin
Mitglied / Member
Mitglied / Member
Posts: 10
Joined: Sun 5. Sep 2010, 16:11

Logo padding problem

Post 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!
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: Logo padding problem

Post by Marc »

Look for .header-pad in common.css.
Image
User avatar
Rhonin
Mitglied / Member
Mitglied / Member
Posts: 10
Joined: Sun 5. Sep 2010, 16:11

Re: Logo padding problem

Post by Rhonin »

It worked, tnx! Here is the result:

Image
Post Reply