Archived topic
No fully Wide
5 replies · Started by Bhavleen on February 18, 2022
I am trying to create a block element but when I am previewing it, it's not showing fully wide. My page settings are set to "Full Width" for Container and "No Sidebars".
Help is appreciated. Thanks
Hi there,
is this visible on the front end ? If so can you share a link ?
Yes it's visible on the frontend.
In Customizer > Additional CSS you have this:
.inside-article{
max-width: 1000px;
margin-left:auto;
margin-right:auto;
}
Which is limiting all content to 1000px.
You need to remove that.
Oh okay! Thanks for the help!
You're welcome.