Archived topic
Content is not filling width of the container
3 replies · Started by Paul on August 29, 2019
Hi
We have tried to increase the container width from the standard... but the content does not stretch out to fit - it stays constrained.
Am i missign somethign realy obvious?!!
We are using Mellow from the Site Library as the basis of our new site (in testing at moment).
Many thanks in advance
Hi there,
the Mellow Site was built before the new Content Width in the Layout Element was added so it uses some Customizer > Additional CSS to narrow the post content width when there is no sidebar present.
In Additional CSS look for and remove:
.no-sidebar:not(.generate-columns-activated) .inside-article > *, .no-sidebar #comments {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
Many thanks for the quick response - and simple fix!
Great product, and great support :-)
Glad to be of help! Happy you're enjoying the service :)