Archived topic
Full width for pages
3 replies · Started by Deepa on September 13, 2019
Hello,
I am creating a custom home page with but I can't seem to get the full container width like the rest of the website on the page.
I am setting "Full Width" on the page builder content container type, but it seems to be not using the full width of the page.
Here is the sample page: http://indinomads.com/home-page/
Any idea how i can do that ?
Hi there,
Go to Additional CSS field in the customizer and remove this block:
.no-sidebar:not(.generate-columns-activated) .inside-article > *, .no-sidebar #comments {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
Let me know if this helps :)
Yes, that did the trick. Thanks again.
No problem :)