[Support request] Paragraph Spacing when Viewed on Mobile

Home Forums Support [Support request] Paragraph Spacing when Viewed on Mobile

Home Forums Support Paragraph Spacing when Viewed on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #963926
    Josh

    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

    #964255
    Leo
    Staff
    Customer Support

    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.