Title: padding images
Last modified: August 19, 2016

---

# padding images

 *  [visual mechanics](https://wordpress.org/support/users/visual-mechanics/)
 * (@visual-mechanics)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/padding-images/)
 * does anyone know how to adjust/control the padding or space around an image inserted
   in the body copy of my entry?

Viewing 1 replies (of 1 total)

 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/padding-images/#post-1237987)
 * Via CSS in your theme. Look at your source, find what html tag is used for images
   and modify the relevant CSS in your theme. It’s probably img.
 * Use both or either padding and margin; they go top, right, bottom, left. Example:
 * img {
    margin: 10px 45px 10px 35px; padding: 5px 10px 5px 10px; }
 * Or you can go with inline styles:
 *     ```
       <img src="http://whatever/img.jpg" style="padding-right:10px;padding-bottom:10px;">
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘padding images’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/padding-images/#post-1237987)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
