[Resolved] Padding in excerpts in WPSP

Home Forums Support [Resolved] Padding in excerpts in WPSP

Home Forums Support Padding in excerpts in WPSP

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #967191
    Jagdish

    I need padding in excerpts in WPSP on homepage grid.

    #967197
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .wp-show-posts-entry-summary, wp-show-posts-entry-meta {
        padding: 20px;
    }
    .wp-show-posts-entry-meta {
        padding: 0 20px;
    }

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

    Please make sure to open support topics in WP Show Posts support forums as it’s a separate plugin/product.

    Thanks!

    #967214
    Jagdish

    Thank you Leo. It worked.

    #967259
    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.