Title: Padding?
Last modified: September 1, 2016

---

# Padding?

 *  Resolved [johnzoro](https://wordpress.org/support/users/johnzoro/)
 * (@johnzoro)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/)
 * Can I add some padding to the top of the post previews?
 * see [http://www.pubshed.co.uk](http://www.pubshed.co.uk)
 * [https://wordpress.org/plugins/wp-show-posts/](https://wordpress.org/plugins/wp-show-posts/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620330)
 * Same as the other topic, I’m not seeing the plugin on that page?
 *  Thread Starter [johnzoro](https://wordpress.org/support/users/johnzoro/)
 * (@johnzoro)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620340)
 * i’ve added the plug in back on now
 * it may be because of the size of my featured images (see other thread)
 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620342)
 * Ah, my reply here should help: [https://wordpress.org/support/topic/background-colour-30?replies=6#post-8702672](https://wordpress.org/support/topic/background-colour-30?replies=6#post-8702672)
 *  Thread Starter [johnzoro](https://wordpress.org/support/users/johnzoro/)
 * (@johnzoro)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620354)
 * this seems to have helped.
 * can i use custom css for padding in the containers too?
 *  Thread Starter [johnzoro](https://wordpress.org/support/users/johnzoro/)
 * (@johnzoro)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620369)
 * I added some padding
 * .wp-show-posts {
    font-size: 14px; padding: 10px; }
 * .wp-show-posts-entry-title {
    font-size: 20px; padding: 10px; }
 * This seems to have fixed the title but the text and the date still seem to be
   unaffected?
 * I’m guessing “wp show posts entry title” is the header/title and “wp show posts”
   is the text?
 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620400)
 * You can adjust the entry meta with this selector:
 * `.wp-show-posts-entry-meta`
 *  Thread Starter [johnzoro](https://wordpress.org/support/users/johnzoro/)
 * (@johnzoro)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620401)
 * i added
 *     ```
       .wp-show-posts-entry-meta {
           padding: 10px;
       }
       ```
   
 * to the custom css but it still doesn’t seem to have changed the padding
 * [https://s32.postimg.org/dlde03fvp/screenie.png](https://s32.postimg.org/dlde03fvp/screenie.png)
 * did that change the spacing for the date?
 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620413)
 * What area are you trying to add padding to?
 *  Thread Starter [johnzoro](https://wordpress.org/support/users/johnzoro/)
 * (@johnzoro)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620414)
 * see image above ^
 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620416)
 * Oh, well why not add padding to the entire inside container?
 *     ```
       .wp-show-posts-inner {
           padding: 10px;
       }
       ```
   
 *  Thread Starter [johnzoro](https://wordpress.org/support/users/johnzoro/)
 * (@johnzoro)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620422)
 * Makes sense!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Padding?’ is closed to new replies.

 * ![](https://ps.w.org/wp-show-posts/assets/icon-256x256.png?rev=2846296)
 * [WP Show Posts](https://wordpress.org/plugins/wp-show-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-show-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-show-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-show-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-show-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-show-posts/reviews/)

## Tags

 * [padding](https://wordpress.org/support/topic-tag/padding/)

 * 11 replies
 * 2 participants
 * Last reply from: [johnzoro](https://wordpress.org/support/users/johnzoro/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/padding-24/#post-7620422)
 * Status: resolved