White space between footer Ad and footer

Posted in: Newspaper
Post count: 15

Hi,

If you notice, there is a lot of white space between the footer Ad and footer. I was trying to reduce this by adding a custom CSS for “.tdi_65” to reduce the margin-top to 0 but it doesn’t work. I am trying to apply a similar style to “.tdi_115” to reduce this space on posts but again, doesn’t work. Appreciate your help.
https://allthingsstatistics.com/

Thanks
Zaheed

Post count: 35449

Hi,
Are you referring to this space -> https://i.imgur.com/d0AmMMH.png ?
If yes, then you can reduce the space -> https://i.imgur.com/19SH05o.png
.td-footer-template-wrap .tdc-row .td-pb-row {
margin-top: 50px!important;
}

Or replace the code that was set on the tdi_65 class.
If this is not what you mean, please let me know!

Post count: 15

Thanks Calin. Where do I place this CSS code?

Post count: 35449

Hi,
Sorry, I miss to say the css place. The code need to be set in the theme panel > custom code> custom css.
I hope this will help.

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