space around header logo

Posted in: Newspaper
Post count: 60

Hi.

Can you tell me how I can remove some of the space around the logo in my header. Don’t know why I have so much space but less would be better.

Site : http://www.dragoernyheder.dk
Password : dragoer

Post count: 60

Sorry forgot something. Also if you see the ad below the menu. I would like to minimize the space between the first element and the menu.

Post count: 22421

Hello,

It seems the spacing comes from your image for the most part. Pleae change the logo and remove some of it’s spacing in your favorite photo editor. Then add this code in the theme panel-> custom css box:

.td-header-style-9 .td-logo-wrap-full{
min-height: 95px!important;
line-height: 102px!important;
}

I can’t see any ad underneath the menu however.

Thanks.

Post count: 60

Hi.

Did this and worked with the CSS but it still gives me some problems.

If you see on :
http://dragoernyheder.dk/ (here it is okay)
but if I select another page it looks like this.
http://dragoernyheder.dk/dengang-og-nu/

Password : dragoer

Why this change ?

Post count: 22421

Hello,

Please try this code instead:

.td-header-style-9 .td-logo-wrap-full. td-logo, .td-header-style-9 .td-logo-wrap-full .td-logo{
min-height: 95px!important;
line-height: 102px!important;
}

Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.