Space between title and body footer

Posted in: Newspaper
Post count: 18

Hi!

How can I make the space between the title of the footer and the body smaller?
See: http://luikenkarstens.nl/declercq/wp-content/uploads/2016/01/spacebetween.jpg

Post count: 22421

Hello,

Please provide a link to your website so we can inspect the blocks in question and provide the solution.

Thank you!

Post count: 18

Here’s the link: http://luikenkarstens.nl/declercq/

Thank you!

Post count: 23312

Hello xlies,

If you want to reduce that space, you have to decrease the margin-bottom of the block title container in the footer section. Please try the code below and add it in Theme panel->Custom CSS area.

.td-footer-wrapper .block-title {
margin-bottom:20px;
}

The result you should see here -> http://screencast.com/t/dCyaXqH5wm

Thank you for the message!

Post count: 18

Thank you so much. Great!!

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