Site logo

Archived topic

Content sections not full width

5 replies · Started by Christa on May 29, 2019

Viewing posts 1–6 of 6

Hi I'm having trouble changing the width of my content pages. Changing the number of pixels in the appearance section doesn't do anything.

Thank you!

Christa

Hi there,

the site you imported uses some CSS, go to Customizer > Additional CSS. Remove this:

.no-sidebar .entry-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

Ah got it - thanks! Also, this is responsive so I don't need to add a %, correct?

Yes, the container has a max-width setting so it will scale down for smaller screens.

Great, thanks!

You're welcome

This archived topic is closed to new replies.