Footer padding

Posted in: Newspaper
Post count: 4

How do I decrease the top and bottom padding (blank space) of the footer?

Post count: 23312

Hello brettferguson,

You should provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response/code.

Thanks.

Post count: 4
Post count: 20688

Hi,

You could do it like this – https://www.screencast.com/t/XcuEkCVI4y
The values are half of the original padding, but you can change them however you like

.td-footer-wrapper {
padding-top: 27px;
padding-bottom: 10px;
}

Thanks

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