Hi @kennethykw
By default, pages will display in Full Width and you can set Template accordingly, here : Pages > All Pages > Edit > Page Attributes > Template.
For blog, you can choose layout, here : Appearance > Customize > Di Business Options > Blog Options.
if you are using WooCommerce, you can choose layout, here : Appearance > Customize > Di Business Options > WooCommerce Options.
Thanks
Hi,
Thanks for your reply.
I have tried to set the full width template but the content is still in the center and two blank side bars.
Is there any css code I can set the container to full width?
Thanks,
Kenneth
Hi @kennethykw
Please send link of page so we can check.
Thanks
Hi,
The url is http://www.mutualwork.co/wordpress/forum-po
Login:test2
Password:123456
Thanks,
Kenneth
Hi @kennethykw
First of all, please do not include user name and password because it is public site. we will recommend to change your password as soon as possible.
We checked your website and did not find width issue because 1140px is default maximum width and theme is responsive so it will decrease base on width of browser.
if want to increase default width, you can use custom CSS :
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
you can change 1140px accordingly.
To add custom CSS: Appearance > Customize > Additional CSS.
Thanks
Hi,
I have customize the CSS and the full width problem is solved.
Thanks for your help.
Kenneth