How to make footer,sub footer full width

Posted in: Newsmag
Post count: 2

Check my site , I have full width header and Now I want to make full width footer.There is no option for It.So, Help me How can I do It.

Post count: 6535

Hi

The theme wasn’t designed to have a full width footer but you can achieve that using this css in theme panel > custom code > custom css: http://screencast.com/t/YcjwGq7U49p

.td-footer-container, .td-sub-footer-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.