Full width header, navbar and footer

Posted in: Newsmag
Post count: 1

Hi,

I have bought the newsmag theme. My requirement is, I need the header, navbar and the footer to have full screen width and I need to increase the width of the main body container.

How can I do this in css without breaking the other module blocks and responsiveness..

Pls help.

Post count: 6600

Hi,

You can chose the desired header style from theme panel > header: http://screencast.com/t/K3lDjyvFDA4https://forum.tagdiv.com/header-styles-newsmag/

Foe the footer there is no theme panel option to make it full width but you can do it using custom css, just add the css code from below int theme panel > custom css section: http://screencast.com/t/iZdC3YmyNL

.td-footer-container {
width: 100%;
}

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

The body container’s width can’t be changed without needing to also change all others elements style making this a difficult job so if you really need this we advise you to ask the help of a developer because this needs custom services. You can find one on site’s like: http://studio.envato.com/

Thanks for the message!

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