How to make Newsmag theme full width ?

Posted in: Newsmag
Post count: 19

Hello there,

I want to make newsmag theme full width
here the website i am creating : https://topcheaphosting.in/
can anybody help me with this?

Post count: 35449

Hi southfans,
Unfortunately, the Newsmag theme do not have an option for full width. It is provided only in boxed version.
Thank you for your understanding!

Post count: 19

I want it in full width pls provide any solution or any custom code for this

Post count: 35449

Hi,
I can try to provide some css, but the element from this theme, like the blocks will not adjust correctly.
/* css for pages */
.td-header-container, .td-container, .td-pb-span12 {
width: 100%;
}
.td-pb-span12 {
width: 100%;
}
.td-pb-span8 {
width: 66.65%;
}
.td-pb-span4 {
width: 33.32%;
}
/* css for posts */
body .post {
width: 100%;
}

This code need to be set in the theme panel> custom code> custom css.
I hope it will help.

Post count: 19

Not working perfectly pls provide any other solution

Post count: 35449

Hi,
For most of blocks this will not work, because, those do not have any stretch options.
Please let me know the places when is not working perfectly, some screenshots and a link, so I will try to provide a different css for that zone.
Thank you!

Post count: 9544

Often best solution with newsmag is to make top and bottom sections full width with css, the have content section centered, or as default…this gives illusion of a full width site and will not break all the template blocks which are not full width responsive.

Post count: 35449

Hi simchris,
Indeed, this can be a solution. I added on our list and I hope that will be implemented for the coming updates.
Thank you!

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