[Resolved] Adjust space between recent posts in sidebar widget

Home Forums Support [Resolved] Adjust space between recent posts in sidebar widget

Home Forums Support Adjust space between recent posts in sidebar widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1379871
    Heidi

    How can I add more space between the posts listed in the recent post widget in the right sidebar?

    I tried copying some CSS from similar forum posts but did not see any adjustment.

    Thanks!

    #1379956
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .sidebar .widget_recent_entries ul li {
        padding-bottom: 20px;
    }

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

    #1381273
    Heidi

    thank you. this CSS worked perfectly.

    #1381345
    Leo
    Staff
    Customer Support

    No problem 🙂

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