Reducing space between title and post content

Posted in: Newspaper
Post count: 27

Hey,

How can I reduce the space between the blog title and the content?
I disabled meta and social icons.

Here you can see an example post:
http://gwenos.com/2015/08/27/lebensliste/

Thank you!

🙂

Post count: 7909

Hi Gwen,

You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/aJfMSuTPS

.td-post-template-4 .td-post-header-holder {
margin-bottom: 0 !important;
}
.td-post-template-4 .td-post-featured-image .entry-thumb {
margin-bottom: 10px;
}

Thanks!

Post count: 27

perfect thanks!

Post count: 27

How can I remove the space between title and the extract of Block 11?

You can see it on my homepage next to the slider:
gwenos.com

Thank you! Sorry for asking so much

Post count: 7909

Hi,

Do you refer to the space between article title and excerpt?
If you disable meta info, the container is still there, but you can use this custom css – http://screencast.com/t/IkRFD8crNQ

.home .td_block_11 .td-module-meta-info {
min-height: 0;
}

Thanks!

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