How to make sub-footer wide?

Posted in: Newsmag
Post count: 56

Hello,

I managed to make my footer wide thanks to the help of one of this forum participants. However, my sub-footer is boxed as it’s shown here: http://take.ms/ILEwp

How can I remove those white rectangles and make the footer screen-wide?

My page is: http://securerr.com/

Thank you!

Post count: 6600

Hi,

You can use a similar approach, use this css:

.td-sub-footer-container {
width: 100%;
}
.td-sub-footer-container .td-pb-row {
width: 1021px;
margin: 0 auto;
}

Thanks

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