Title: Image Problems
Last modified: August 18, 2016

---

# Image Problems

 *  Resolved [shoutlove](https://wordpress.org/support/users/shoutlove/)
 * (@shoutlove)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/image-problems-1/)
 * Hi, I have a site at shoutlove.org as many of you know. Sadly, with each new 
   theme comes new problems… I decided to go back to using the Relaxation theme 
   which I originally used a couple years ago. Back then I didn’t post images, so
   I was totally blindsided by this problem. [If you check out my site](http://shoutlove.org)
   and scroll down a couple entries, you’ll notice the Serena Ryder CD picture and
   you should imediately notice my complaint. Why aren’t the images showing up in
   their own post with the text beneath and the next entry under that? Why is the
   text NEXT to the image with the next entry starting at the end of the text from
   the previous entry? Any help you could provide would be greatly appreciated as
   always.

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

 *  [Pravin Paratey](https://wordpress.org/support/users/pravin/)
 * (@pravin)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/image-problems-1/#post-577361)
 * This is because the css file has a float:left for your images.
 * Look for
 *     ```
       #content img {
       	float: left;
       	margin: 5px 15px 0 0;
       	border: 1px solid #e0e0d0;
       }
       ```
   
 * in your /wp-content/themes/relaxation-20/style.css and change it to
 *     ```
       #content img {
       	margin: 5px 15px 0 0;
       	border: 1px solid #e0e0d0;
       }
       ```
   
 *  Thread Starter [shoutlove](https://wordpress.org/support/users/shoutlove/)
 * (@shoutlove)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/image-problems-1/#post-577374)
 * Thank you _so_ much!!

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

The topic ‘Image Problems’ is closed to new replies.

## Tags

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

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 2 replies
 * 2 participants
 * Last reply from: [shoutlove](https://wordpress.org/support/users/shoutlove/)
 * Last activity: [18 years, 11 months ago](https://wordpress.org/support/topic/image-problems-1/#post-577374)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
