Archived topic
Paragraph Spacing when Viewed on Mobile
1 reply · Started by Josh on July 22, 2019
Hello,
I am having trouble working out how to format my blog posts.
I have used both the desktop Preview and the Wordpress App to preview my first post on Generate Press and I have found that the spacing between each paragraph is WAY too big on my Mobile. It looks like I've pressed Enter a couple of times between lines.
I've looked around for information on CSS Media Queries but didn't want to do something that caused a big error.
It's not easy being a beginner.
Josh
Hi there,
Try this CSS:
.entry-content p {
margin-bottom: 1em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
It's not easy being a beginner for everything :)
Let me know if this helps!