Archived topic
set Width page
3 replies · Started by francesco on December 15, 2021
I can't figure out how to expand the page to the same level as the header. the page content is much smaller.
Thanks for your help.
Hi there,
in Customizer > Additional CSS you have this:
.no-sidebar .entry-content {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
Which is restricting the content of any page without a sidebar to 800px wide.
ok, I deleted the 800 and inserted 1200. problem apparently solved. my doubt now is this, having got my hands on the css every time an update comes out this value will return to 800?
No updating the theme won't change that.