Footer height and logo

Posted in: Newspaper
Post count: 61

Hi
1. I would like to reduce the height of the Footer – is this possible?
2. I dont want to display any logo in the Footer, but when I remove the image url, it displays the default logo. Can you advise me how I do this please

Thanks

Post count: 22421

Hello,
1) You can use this css to reduce the footer height:
.td-footer-wrapper{
padding-top: 20px!important;
padding-bottom: 0px!important;
}
.td-footer-bottom-full{
margin-top: 0px!important;
padding-top: 20px!important;
padding-bottom: 10px!important;
}
.td-footer-wrapper .block-title{
margin-bottom: 20px!important;
}

You can change these values to your preference.

2)The theme has a function in it’s code that grabs the header logo if no footer logo is specified. You cna hide the footer logo with css like so:
.footer-logo-wrap{
display:none!important
}

Thank you!

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