Title: Image Padding Problem
Last modified: August 18, 2016

---

# Image Padding Problem

 *  [Astropage](https://wordpress.org/support/users/astropage/)
 * (@astropage)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/image-padding-problem-2/)
 * Hi Guys,
    As you can see from the title, I’m having a hard time with image padding.
   I’ve done searching around the forum, but no luck. Basically, there’s just no
   padding. Here’s a sample from the stylesheet:
 *     ```
       img {
       	border: 2px solid #CCC;
       }
       img.right { padding: 5px; margin: 5px 5px 5px 5px; display: inline;
       }
   
       img.left { padding: 5px; margin: 5px 5px 5px 5px; display: inline;
       }
       ```
   
 * Anyone? Here’s the page with the article: [Click Here](http://www.astronomy-page.com/articles/index.php)
   I use the RefreshWP template
    Thanks alot guys

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

 *  [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/image-padding-problem-2/#post-580467)
 * that is not what your stylesheet tells us.
    after the `img` and `img.right`and`
   img.left`you have
 *     ```
       p img {
       padding: 0;
       max-width: 100%;
       }
       ```
   
 * so in fact all padding is `0` for images in a <p> element,
    and there is a syntax
   error in img.right and img.left
 *  [txfishhunt](https://wordpress.org/support/users/txfishhunt/)
 * (@txfishhunt)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/image-padding-problem-2/#post-580695)
 * I am using autum concept but cannot find where to alter the css to do padding.
 * [http://www.blogrockwall.com](http://www.blogrockwall.com) is the site….any help
   would be appreciated

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

The topic ‘Image Padding Problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [txfishhunt](https://wordpress.org/support/users/txfishhunt/)
 * Last activity: [17 years, 11 months ago](https://wordpress.org/support/topic/image-padding-problem-2/#post-580695)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
