Size of footer

Posted in: Newsmag
Post count: 24

Hello,

https://gyazo.com/7e25bb64f8df9788236778949bd3fdf1

as you can see on the screenshot, the header is fullsize but the footer is not.

How can I make the footer also full size of the website?

Thank you

Post count: 35449

Hi,
Unfortunately, Newsmag theme do not have an option to can stretch the footer to full with, sorry!
What I can do is to provide a css, that may help -> https://i.imgur.com/ONI7WQx.png
.td-footer-container{
width: 100%;
}
.td-footer-container .td-pb-row {
width: 1021px;
margin-left: auto;
margin-right: auto;
}

This code need to be set in theme panel> custom code > advance css in desktop zone -> https://i.imgur.com/eo7iIxO.png
Hope this will help you!

Post count: 24

Hey Calin,

thank you for this. But as you can see on your screenshot, the photo in the footer dosent fill the footer. What can I do?

Post count: 35449

Hi,
The above code will stretch the footer width. For the footer background image and opacity, you need to use the options from theme panel -> https://i.imgur.com/361zXLw.png
Thank you!

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