Hi there,
Thanks so much for using Poseidon.
You can use this short CSS snippet to change the width of the container:
.container {
max-width: 1000px;
}
Please copy the CSS code and insert it on Customizer > Additional CSS.
Cheers,
Thomas
Hello, Thomas –
Thank you for your response! I have added the CSS code you sent but it has not made any difference; I tried different pixels from 1000 right down to 600. I didn’t mention that I am using the Poseidon child theme; would that make a difference?
Can you send me the URL to your website so I can take a look?
Ah okay, I now understand what you’re trying to change.
You can use this CSS snippet:
.no-sidebar .content-area,
.site-content .centered-content-area {
max-width: 640px;
}
Cheers,
Thomas
That fixed the problem, Thomas – many thanks indeed!