Archived topic
How to adjust content width?
5 replies · Started by Rolf on October 4, 2019
Hi GP Support Team,
i try to adjust the content width of the white area on my website which you find here: https://www.hasselbusch.it
I'd like the textare to be wider (don't know how wide right now but want to play around with the value).
When i adjust the Layout Setting "Container width", this does not affect the withe are in the middle.
Can i adjust the width anywhere in the customizer or do i have to use CSS?
Best regards
Rolf
Hi there,
the Site you installed used some CSS to narrow the inside article. In Customizer > Additional CSS - remove this:
.one-container .entry-content, .comments-area, footer.entry-meta {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
Oh great, thank you so much - worked like a charm to make the content wider!
You're welcome
The only max width css I found under GP's Appearance>Customize>Additional CSS is this:
@media (max-width: 768px) {
.mc4wp-form-fields {
display: block;
}
I removed it but it still has limit, won't let me expand.
Can you open a new topic for your question?
Thanks :)