Archived topic
How to choose the layout width of the single post
3 replies · Started by Daniele on April 24, 2019
Hi guys! I'm preparing my website and I have a little problem.
In this page I will put my articles and the width of the left column is ok:
https://www.danielecogo.it/articoli/
But the single post layout is wrong because I have a smaller column (and content) width:
https://www.danielecogo.it/convertire-i-font-di-un-pdf-in-tracciati/
How can I fix this?
Thanks
Daniele
Hi there,
look for this CSS in Customizer > Additional CSS:
body.single .site.grid-container {
max-width: 800px
}
And delete it.
Perfect, thanks a lot! :)
Glad to be of help