Archived topic
Can't fix container margin
3 replies · Started by Annemijn on January 17, 2020
Hi!
I've been busy creating a new website since a few months now. First I was trying to do so with only Generatepress premium + WP Show Posts pro, but recently decided to use Elementor too.
Now I experience some trouble aligning the content of my posts. I remember vaguely I changed the margin a few months ago to place the content more on the left side of the page, but I prefer to center the content now. I tried to remove the margin in customizer > layout > container but it seems the wrong place.
This is how it looks like now
https://reposed.nl/wp-content/uploads/Schermafbeelding-2020-01-17-om-13.44.51.png
Hope you can help me out!
Hi there,
you have this CSS in Customizer > Additional CSS:
.single-post #content {
max-width: 700px;
}
If you remove that then the content will sit in the center.
The one place I haven't looked in yet. This solved it indeed. Thank you!
You're welcome