• Just started using Twenty Thirteen on a subdomain of my site and having lots of trouble getting the images to align properly. On the page linked to below, you can see that the images are being pushed over to the left and overlapping each other. Any ideas as to why? I’m using Firebug to look at the code. I’ve only made a few modifications on the original code using a child theme and I know it’s not my modifications that are doing it. Any help is appreciated!

    http://cathydurso.net/bindery/for-photographers/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Inspecting your site using google chrome’s inspect element, I suspected a css style that made your images overlap each other:

    .entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: -60px;
    }

    under style.css line: 1128

    I tried changing the “-60px” to “0” and it seems to fix the problem.

    Thread Starter cathydurso

    (@cathydurso)

    Perfect! Thank you so much rolzan!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Thirteen – Images Overlapping Issue’ is closed to new replies.