[Resolved] Increase spacing between recent posts?

Home Forums Support [Resolved] Increase spacing between recent posts?

Home Forums Support Increase spacing between recent posts?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #350324
    Debbra

    Is there a simple way to do this? I can’t find anything in the docs or on the forum. They’re displaying just fine but run together making it difficult to discern where one ends and another begins.

    Thank you.

    URL if you need it: http://akashaunleashed.com/lifes-greatest-masterpiece/

    #350327
    Leo
    Staff
    Customer Support

    Hi there,

    You can try to increase the space between them:

    .widget.widget_recent_entries ul li {
        padding-bottom: 10px;
        line-height: 1.5;
    }

    Or maybe try adding a bottom border to each entry:

    .widget.widget_recent_entries ul li {
        border-bottom: 1px solid #000000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #350352
    Debbra

    Thank you Leo. I’m game to add it in. Into which section does it go? And where?

    Also, if I do this, will I have to revisit every time there’s an update?

    #350353
    Leo
    Staff
    Customer Support

    Easiest way is to use Addtional CSS: https://docs.generatepress.com/article/adding-css/

    And no it will be fine through updates.

    #350372
    Debbra

    Perfection, Leo. The first solution worked beautifully. You’re a rock star!

    #350373
    Leo
    Staff
    Customer Support

    You’re very welcome 🙂

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