I’d like to ask for help. All of my blog posts have a bottom white margin although I don’t have any margins for neither the post section nor the footer. It only affects the posts.
When I inspected, I found that there is a CSS code .post {margin: 0 0 2em;}. This code is responsible but I don’t know why it is there. Adding it a 0 margin with !important doesn’t help. If I change the theme, the margin disappears so it is caused by Generatepress.
However, I don’t understand, why do I need a custom CSS code for this? I’ve done several websites, I love GeneratePress but until now the standard settings worked absolutely fine. (I’m a designer, not a developer, so it may be a dumb question)