Archived topic
container width for front page and single posts
1 reply · Started by Mathias on August 8, 2018
Hello,
I changed the container width in the layout section of the customizer to 800px.
For my single posts it looks how I expected it (I wanted a single column without sidebar and the column should be more narrow)
https://upconversion.de/conversion-rate-optimierung-massnahmen/
But now the width of the container on the front page is also of course also set to 800px, which I do not want to.
How can I set the width of the container on the frontpage exclusively to 1100px.
Thanks
Hi there, your front page content is being set by this CSS you have in your child theme:
.no-sidebar.single .inside-article > *,
.no-sidebar.page .inside-article > * {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
Currently effecting all pages that don't have a sidebar.