Decrease footer spacing

Posted in: Newspaper
Post count: 94

Hi,

Can you tell me how to decrease the space in the footer (and above) using custom CSS?

Check the illustrative screenshot with arrows over here: http://goo.gl/gvAa64

Website: http://www.techplanet.nl

Thank you

Post count: 6600

Hi,

Here is the code that you have to add in Theme Panel -> Custom CSS

.td-footer-wrap .td-grid-wrap {
padding-top: 10px !important;
}
.td-footer-wrap {
margin-top: -50px;
}

Thank you.

Post count: 94

Perfect, thank you!

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