image not obeying margin
-
Hi all,
I have inserted an image in my post.
Text wraps nicely around it, but the image doesn’t seem to care about the left margin very much when you look in “preview”.
HELP, what should I do?
I am very unfamiliar with HTML and CSS ‘n’ stuff…The blog I need help with is: (visible only to logged in users)
-
I see what you mean with the image in this post: http://johnnyq72.wordpress.com/2013/12/08/ukoug-technology-conference-2013/
It looks like that is the intended behavior for both left and right justified images in the twenty thirteen theme. I know you said you’re unfamiliar with CSS, but this is what it looks like for that image:
.entry-content img.alignleft, .entry-content .wp-caption.alignleft { margin-left: -60px; }You could change this if you purchased the Custom Design upgrade.
- The topic ‘image not obeying margin’ is closed to new replies.