Hi there,
I’m using the Newsmag theme and I’d like to make some adjustments to the layout.
Content Width: I’m interested in making the content area on my website wider than its current setting.
Footer Width: Additionally, I’d like to make the footer full width to match the content area.
Could you please advise on the best way to achieve this?
Here’s the website I want to make changes to: https://bolddaughters.com/
And this is the content and footer width I want to achieve:https://browngirlmagazine.com/
Thanks
Hi BOLD254, unfortunately the Newsmag theme was not made to be a full width theme it was made as a boxed theme. As simchris mentioned some elements as footer and header can be adjusted using css but the content and elements inside it will be quite hared to do.
If you need a full with website then as simchris said you’ll need a theme that offers more control over the layout and this is the Newspaper theme – https://themeforest.net/item/newspaper/5489609
Thank you!
I think this is the code we use; put in the WordPress > apperance > customizer ; not in the theme panel
<code>
@media(min-width:1021px){.td-footer-container,.td-sub-footer-container.td-container{width:100%}.td-footer-container.td-container .td-pb-row,.td-sub-footer-container .td-pb-row{width:1021px;margin-left:auto;margin-right:auto}}@media(min-width:768px) and (max-width:1021px){.td-footer-container,.td-footer-container.td-container .td-pb-row,.td-sub-footer-container .td-pb-row{width:756px;margin-left:auto;margin-right:auto}.td-footer-container,.td-sub-footer-container.td-container{width:100%}}
</code>
Hi BOLD254, the code provide by simchris will stretch the footer and this will be like this – https://i.imgur.com/ftxDeqN.png
The code can be set in more places, but I think that those are the most simple places:
-> theme panel – https://i.imgur.com/t5ibcPh.png
-> WordPress customizer https://i.imgur.com/haBFvZb.png – https://i.imgur.com/hdXQqEk.png – https://i.imgur.com/HHzGb9E.png
Thank you!