Title: Weird Image Stacking Issue
Last modified: August 21, 2016

---

# Weird Image Stacking Issue

 *  [rockmouseman](https://wordpress.org/support/users/rockmouseman/)
 * (@rockmouseman)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/weird-image-stacking-issue/)
 * Can anyone help me figure out why this is happening? They are just aligned to
   the left – should all just set up one next to the other, but they’re doing all
   kinds of weird things.
    Thanks! [http://leslielanes.com/images/](http://leslielanes.com/images/)

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

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/weird-image-stacking-issue/#post-4783959)
 * I don’t know why this was done in the theme, but there’s a margin-left property
   of -60px being set on the **alignleft** class.
 * Since you didn’t create a [child theme](http://codex.wordpress.org/Child_Themes),
   and you currently don’t have a custom CSS plugin installed, I would install a
   CSS plugin like JetPack or [Custom CSS Manager](http://wordpress.org/plugins/custom-css-manager-plugin/)(
   my preference), then add this CSS rule:
 *     ```
       .entry-content img.alignleft {
          margin-left: 0;
       }
       ```
   
 *  Thread Starter [rockmouseman](https://wordpress.org/support/users/rockmouseman/)
 * (@rockmouseman)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/weird-image-stacking-issue/#post-4783961)
 * You WROCK
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/weird-image-stacking-issue/#post-4783966)
 * Wow, you work fast. Congrats.
 *  Thread Starter [rockmouseman](https://wordpress.org/support/users/rockmouseman/)
 * (@rockmouseman)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/weird-image-stacking-issue/#post-4783969)
 * Thanks!

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

The topic ‘Weird Image Stacking Issue’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [rockmouseman](https://wordpress.org/support/users/rockmouseman/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/weird-image-stacking-issue/#post-4783969)
 * Status: not resolved