Reduce space

Posted in: Newspaper
Post count: 19

Hallo, i like to reduce the space between header style 11 and the firest block in pages and articles. And i want to ask you at DEFAULT SITE POST TEMPLATE style 12 how i can ad the ad before title. Thank you

Post count: 22421

Hello,

Header style 11 uses a header ad under the logo. If you mean to reduce the space between the ad and the content, you can use this css:
.td-main-page-wrap {
padding-top: 20px;
}
.td-crumb-container .entry-crumbs{
padding-top: 2px!important;
padding-bottom: 2px!important;
}

If this code does not work as expected, please provide a link to your website so we can inspect it.

For the ad, in order to move it below the title you can edit the file for the template like so: http://screencast.com/t/hLTGjb8lOW

Thank you!

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