Title: Lost images in posts
Last modified: August 21, 2016

---

# Lost images in posts

 *  Resolved [TonyWilliams](https://wordpress.org/support/users/tonywilliams/)
 * (@tonywilliams)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/lost-images-in-posts/)
 * I’m using Childishly Simple Child theme. If you have a look at my test site here
   http://[http://www.wordpresstest.thecapitalpartnership.co.uk ](http://www.wordpresstest.thecapitalpartnership.co.uk)
   and click on Forthcoming Events in the right hand side sidebar you will go to
   a list of posts. Click on any of the posts listed and it will take you to the
   original post. There appears to be a couple of small images or some text that
   are just represented by thin lines just below the date icon in the top left hand
   corner of the post. Does anyone know what these could be and how I can either
   delete them or make them appear?
    Many thanks Tony

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

 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/lost-images-in-posts/#post-4390628)
 * That small line you’re seeing is the speech bubble in this image.
 * [http://www.wordpresstest.thecapitalpartnership.co.uk/wp-content/themes/childishly-simple/images/theme-icons.png](http://www.wordpresstest.thecapitalpartnership.co.uk/wp-content/themes/childishly-simple/images/theme-icons.png)
 * It is appearing because the size of the “post-date” element is slighly larger
   than its background image.
 * Edit the **style.css** file of your child theme, go to **line 144** and add the
   following inside `p.post-date`.
 * `padding-bottom:0;`
 * So after adding the block should look like this.
 *     ```
       p.post-date{
       background:transparent url( images/theme-icons.png ) 1 left top no-repeat rgba(0, 0, 0, 0);
       float:left;
       height:50px;
       margin:10px 20px 0 0;
       text-align:center;
       width:35px;
       z-index:20;
       padding-bottom:0;
       }
       ```
   
 *  Thread Starter [TonyWilliams](https://wordpress.org/support/users/tonywilliams/)
 * (@tonywilliams)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/lost-images-in-posts/#post-4390633)
 * Thanks I’ll try that and post back when I have some results
 * Have you any idea what the line is under the icon itself?
 * Thanks again
    Tony
 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/lost-images-in-posts/#post-4390636)
 * That is the top of the speech bubble in this CSS sprites image
 * [http://www.wordpresstest.thecapitalpartnership.co.uk/wp-content/themes/childishly-simple/images/theme-icons.png](http://www.wordpresstest.thecapitalpartnership.co.uk/wp-content/themes/childishly-simple/images/theme-icons.png)
 *  Theme Author [richarduk](https://wordpress.org/support/users/richarduk/)
 * (@richarduk)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/lost-images-in-posts/#post-4390665)
 * Apologies. It never occurred to me when I made the original image that font-sizes
   would be changed (which is daft of me because it’s a regularly requested feature)
   
   I’ll upgrade the sprite and the CSS for the next release
 *  Thread Starter [TonyWilliams](https://wordpress.org/support/users/tonywilliams/)
 * (@tonywilliams)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/lost-images-in-posts/#post-4390763)
 * [@jesin](https://wordpress.org/support/users/jesin/) I’ve eventually got round
   to adding that extra line and it doesn’t seem to have made any difference?
    Tony

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

The topic ‘Lost images in posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/childishly-simple/3.1.9/screenshot.
   png)
 * Childishly Simple
 * [Support Threads](https://wordpress.org/support/theme/childishly-simple/)
 * [Active Topics](https://wordpress.org/support/theme/childishly-simple/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/childishly-simple/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/childishly-simple/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [TonyWilliams](https://wordpress.org/support/users/tonywilliams/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/lost-images-in-posts/#post-4390763)
 * Status: resolved