How can i reduce the size of header?

Posted in: Newspaper
Post count: 12

How can i reduce the space in the header?
I want the header to be as small as possible so that the large part of contents show up when you open the front page.
The theme i am using is politics newspaper.
thank you

  • This topic was modified 10 years by icsiaid.
Post count: 23312

Hello icsiaid,

If you want to decrease your header for politics demo, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-politics .td-header-style-11 .td-logo-wrap-full {
min-height: 0;
line-height: 0;
}

The result -> http://screencast.com/t/Zn56QDncXXZq

Thanks.

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