Title: Theme problem
Last modified: August 19, 2016

---

# Theme problem

 *  Resolved [marmelade](https://wordpress.org/support/users/marmelade/)
 * (@marmelade)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/theme-problem-12/)
 * I’ve just installed a new theme on my blog, and somehow the text jumps to the
   right side of the pictures instead of under, like here:
 * [http://www.waddledee.net/hanna/?p=370](http://www.waddledee.net/hanna/?p=370)
 * Anyone knows how to change that?
 * Thanks!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/theme-problem-12/#post-1409480)
 * Try adding:
 *     ```
       .aligncenter {
       	display: block;
       	margin-left: auto;
       	margin-right: auto;
       }
   
       .alignleft {
       	float: left;
       }
   
       .alignright {
       	float: right;
       }
       ```
   
 * to the bottom of style.css.
 *  Thread Starter [marmelade](https://wordpress.org/support/users/marmelade/)
 * (@marmelade)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/theme-problem-12/#post-1409682)
 * Hm, doesn’t seem to work, but thanks anyway 🙂
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/theme-problem-12/#post-1409683)
 * this following style in style.css is forcing all images in posts to float left,
   and overwrites all alignments:
 * `.PostContent img { margin: 0px 10px 10px 0px; float: left; border:solid 1px #
   495b6b;}`
 * removing the ‘float: left;’ from it should resolve your problem.
 * `.PostContent img { margin: 0px 10px 10px 0px; border:solid 1px #495b6b;}`
 *  Thread Starter [marmelade](https://wordpress.org/support/users/marmelade/)
 * (@marmelade)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/theme-problem-12/#post-1409715)
 * Thank you!

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

The topic ‘Theme problem’ is closed to new replies.

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [marmelade](https://wordpress.org/support/users/marmelade/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/theme-problem-12/#post-1409715)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
