Way too much space between logo and header menu

Posted in: Newspaper
Post count: 8

Hi,

I just purchased your theme. Thanks for including tons of functionality!

I have a problem though. There is way too much space between the header logo and header menu. I’ve tried a bunch of different things to try and remove this space but can’t figure it out at all. It has nothing to do with the logo render, which has very little space there.

Can you please tell me how to reduce the padding on this? I have tried disabling the social icons and the top bar but this makes no difference.

Also, even when active, the social icons in the header are not showing. I don’t understand why.

My site is http://www.blandrepublic.com

Thanks for any help.

Post count: 35

Please go to the Custom CSS panel of your theme and add the following:

.td-header-style-10 .td-logo-wrap-full {
min-height: 85px;
line-height: 85px;
}

You can play with the numeric values to adjust the logo header height to you liking.

Post count: 23312

Hi
Thanks @Cosmin Tataru for your answer!


@blandRepublic
, also you can try this code below within Theme panel->CUSTOM CSS area like that: http://screencast.com/t/VSn4x9zlB0I

.td-header-style-10 .td-logo-wrap-full {
margin-bottom: -40px;
}

The result can be seen here: http://screencast.com/t/3rD1tr8fyD

Thanks!

Post count: 8

Hi,

Thanks for your help with this. It has fixed the distance between the top logo and the menu. Unfortunately in some cases it seems to create padding between the nav menu and the page content though (see screenshot).

I don’t think this has anything to do with the slider below it or anything like that. Any input as to why that space is there would be great. Need to remove it!

Thanks in advance

Post count: 8

Sorry I forgot I can’t attach photos to these posts.

You can see what I’m talking about here: http://www.blandrepublic.com/ambition-zone/

And here: http://www.blandrepublic.com/pitch-room/

Thanks

Post count: 23312

Hi blandRepublic,

You can try the code below to decrease the padding between page content and main menu, in Theme panel like this: http://screencast.com/t/Q9QXL7J7

.td-main-page-wrap {
padding-top: 15px;
}

The result should see here: http://screencast.com/t/UQ61kUxd

If is not what you want, please provide more details!

Thanks!

Post count: 8

Hi,

Thanks for the fix. I’ve just realised this space is part of the template to allow for the news ticker. I’ve decided to add it everywhere (rather than remove the space). Otherwise it hides the ticker when it’s active.

Thanks

Post count: 23312

Hi blandRepublic,

Yes, i agree with this. In conclusion, any change make in the theme, will affect other theme settings…as in this case.

Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.