Title: image alignment
Last modified: August 20, 2016

---

# image alignment

 *  Resolved [emptydoll](https://wordpress.org/support/users/emptydoll/)
 * (@emptydoll)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/image-alignment-16/)
 * I love this theme. The only glitch is I can’t get the image alignment to work.
   It works on the wordpress wysiwyg interface, but a bit of code somewhere is nullifying
   it and everything lines up straight vertically. I can’t align anything left or
   right. I’ve tried changing the align code in the style.php no luck. Anyone have
   a similar problem?
 * [http://hollowdolls.com/](http://hollowdolls.com/)

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

 *  Theme Author [Stefan Brechbuehl](https://wordpress.org/support/users/pixelstrolch/)
 * (@pixelstrolch)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/image-alignment-16/#post-3593666)
 * Hi emptydoll
    This issue has already been reported and will be fixed next update.
   Until then you might change the following css rules in style.css
 *     ```
       h1,
       h2,
       h3,
       h4,
       h5,
       h6 {
          clear: both;  /* <-- delete this line */
          ...
       }
   
       p {
          clear: both;  /* <-- delete this line */
          margin-bottom: 1em;
          overflow: hidden;  /* <-- delete this line */
       }
       ```
   
 *  Thread Starter [emptydoll](https://wordpress.org/support/users/emptydoll/)
 * (@emptydoll)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/image-alignment-16/#post-3593667)
 * Thanks, I’ll try that out.
 * One temp fix I found is using the `&nbsp;` to make a line space between paragraphs
   that you want to continue wrapping (or in other words: to follow the style.css
   align:left; to an image.)
    ——– eg:
 * -image code-
    `<a href="http://hollowdolls.com/?page_id=124">here</a>` `&nbsp;`
   Purchase The Hollow Dolls on Amazon. 
 * ———-
    It holds for ‘after’ too on other devices.
 * Link: see: [http://hollowdolls.com/](http://hollowdolls.com/)

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

The topic ‘image alignment’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [emptydoll](https://wordpress.org/support/users/emptydoll/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/image-alignment-16/#post-3593667)
 * Status: resolved