Title: Image within text in post
Last modified: August 22, 2016

---

# Image within text in post

 *  Resolved [Eljhae](https://wordpress.org/support/users/eljhae/)
 * (@eljhae)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/image-within-text-in-post/)
 * Hello,
 * While putting an imagine within a text, there is a padding using a lot of space(
   exemple with the paw on the 1st line [http://basicsandco.fr/lexique-des-textiles/](http://basicsandco.fr/lexique-des-textiles/))
   
   Could you please help ?
 * Thanks a lot,

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/image-within-text-in-post/#post-5685040)
 * Thanks for using Tracks!
 * I see what you mean. The following CSS will remove the margins from the paw image:
 *     ```
       .alignnone {
         margin: 0 !important;
       }
       ```
   
 * You can copy and paste that code into the “Custom CSS” section in the Customizer(
   Appearance > Customize). Once added there, it should take affect right away.
 * Since you don’t want to remove the margin from all images you put into posts,
   the above CSS only targets images with no alignment. This way, if you don’t want
   an image to have any margin, choose “None” for alignment: [http://cl.ly/image/2N3A1X032105](http://cl.ly/image/2N3A1X032105)
 *  Thread Starter [Eljhae](https://wordpress.org/support/users/eljhae/)
 * (@eljhae)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/image-within-text-in-post/#post-5685066)
 * Once again, thank you so much 🙂
 * Have a nice day.
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/image-within-text-in-post/#post-5685110)
 * No problem, you too 🙂

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

The topic ‘Image within text in post’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tracks/1.81/screenshot.png)
 * Tracks
 * [Support Threads](https://wordpress.org/support/theme/tracks/)
 * [Active Topics](https://wordpress.org/support/theme/tracks/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tracks/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tracks/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/image-within-text-in-post/#post-5685110)
 * Status: resolved