Can I decrease the white space above my image in the footer?

Posted in: Newspaper
Post count: 376

See my image here: http://ibb.co/kLxUcb

Thanks

Post count: 20688

Hi,

You could control that padding inside the footer with a code like this
https://www.screencast.com/t/jS3YhLBnpA
You can modify the value as you wish in the code

.td-footer-template-14 .td-footer-bottom-full {
padding-top: 10px;
}

The padding above the footer can be modified with this code
https://www.screencast.com/t/FLChUFnBRKt9

.home .td-main-content-wrap {
padding-bottom: 10px;
}

Thanks

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