Check different browsers.
For me, it seems to be working well in the following on OSX:
Chrome Version 29.0.1547.65
Opera 12.15
Safari Version 6.0.5 (8536.30.1)
But not on the latest Firefox: 18.0.1
Possible solutions:
The following css shows up in FF:
.entry-content img.alignleft,
.entry-content wp-caption.alignleft {
margin-left: -60px;
}
If you zero it out, so it’s margin-left: 60px;
This could fix the problem if you’ve made a child theme and you haven’t explicitly stated it there – you will have to state this in your child’s css file so it overrides the parent theme.
Good luck.
Correction:
“It you zero it out, so it’s margin-left:0px; ”
Thank you, i do have child theme, but cant find .entry-content img.alignleft, sifted through it several times. could only find the .entry-content audio, video etc.. Maye if I put the code in Dreamweaver i can search it.
Ok I found it finally and works great for firefox thank you very much!!