Archived topic
My content has shifted to the left
3 replies · Started by Jason on October 10, 2020
I was editing a page today and my content (paragraphs) suddenly shifted to the left. I don't have any sidebars but its almost as if theres an empty/transparent sidebar on the right hand side of the container that is forcing the content leftwards, but I have tried activating and diactivating sidebars and it doesn't change anything.
All cache plugins are disable and I'm using the latest verion of the theme and the premium plugin.
Any ideas?
Hi there,
In Customize > Additional CSS, find this:
.entry-content, .entry-summary, #comments {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
And replace it with this:
.site-main .entry-content, .site-main .entry-summary, #comments {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
Let me know if that fixes it or not :)
That fixed it thanks
No problem!