Decrease Buffer between Header and Body

Posted in: Newspaper
Post count: 9

So I’ve commented //get_template_part(‘parts/header/menu_header’);

How do I reduce the space between the logo and the first items in the page?

Post count: 3343

Hello,
Decrease the top padding for the td-grid-wrap http://screencast.com/t/nRDp2JaG

Thanks for the message

Post count: 9

Is this in Stylesheet.css? I change it from the default 48px in there and it doesn’t do anything? Vor V1.5 can you give me instructions where to go?

Thanks guys!

Post count: 3343

Hello,
Add this into style.css

.td-grid-wrap {
padding-top: 22px !important;
}
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.