Footer Spacing

Posted in: Newspaper
Post count: 156

Hello,

I am attempting to change the “padding” or height of my footer in relation to the content in my footer. Specifically, I would like to reduce the space above and below the content. Can you please instruct me how to do this using my Child Theme?

Thanks.

Philip

Post count: 3343

Hi,
Just use this CSS, add it in Theme panel -> Custom CSS and set it like you want, now is 0px top and bottom

.td-footer-wrap .td-grid-wrap {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

Thanks!

Post count: 156

Wonderful. Thanks for the help.

Philip

Post count: 6

Hi there

I tried this solution and I still have a huge space between the content and the footer: http://spanishwineries.co.uk

Can you help?

Thanks

Post count: 23312

Hello jeanlucb,

You can try using the code below and place it in Theme panel -> Custom CSS Area.

The code is ->

.td-footer-wrapper {
padding-top:0!important;
}
.td-main-content-wrap {
padding-bottom: 0;
}

Thanks.

Post count: 6

Fab! It works 🙂

Thanks a bunch!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.