Site logo

Archived topic

No fully Wide

5 replies · Started by Bhavleen on February 18, 2022

Viewing posts 1–6 of 6

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

https://prnt.sc/jWm9iNL9x9eK

Hi there,

is this visible on the front end ? If so can you share a link ?

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.

This archived topic is closed to new replies.