Footer width

Posted in: Newsmag
Post count: 21

How can I make the footer background color 100% width, while the content still fit in center of 1021px.
Thanks!

Post count: 6535

Hi

You can use this css in theme panel > custom code > custom css but it will work only for desktop: http://screencast.com/t/JtLMVFf9

@media(min-width: 1021px){
.td-footer-container.td-container, .td-sub-footer-container.td-container{
width: 100%;
}
.td-footer-container .td-pb-row, .td-sub-footer-container .td-pb-row{
width: 1021px;
margin-left: auto;
margin-right: auto;
}
}

Thanks!

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