When I add a caption to an image it kicks the image to the right slightly (I am guessing it is adding a border or padding somewhere). If possible I would like my captioned images to line up flush left with my non-captioned images.
In Style images -> Posts I have this code:
Code:
margin-top: 0px !important;; margin-bottom: 0px !important;;
Code:
.wp-caption img { margin: 0 !important; padding: 0 !important; border: 0 none !important; }
I'd like to have a dotted line below the caption as well if that is possible.
Thanks!