Img caption, wrap, link, and align
-
Hello,
When I add a caption to an image, the text no longer wraps. I’ve read several other forum threads about the same problem and have tried their suggestions, to no avail. Eg.:
.wp-caption.alignleft { float:left; margin-left:0; margin-right:5px; } .wp-caption.aligncenter { margin-left:auto; margin-right:auto; } .wp-caption.alignright { float:right; margin-left:5px; margin-right:0; }
In addition, even without caption, I was hoping to get rid of the img link but then the text no longer wraps.
Last thing, the images won’t align anything but left. The code currently looks like this:
.format_text img.left { margin: 0 10px 1.53846em 0; float: left; clear: none; } .format_text img.right { margin: 0 0 1.53846em 10px; float: right; clear: none; }
and on the suggestion of another forum thread I added this to the end but no dice:
.alignleft, .post .alignleft{float: left;} .alignright, .post .alignright{float: right;} .aligncenter,div.aligncenter,.post .aligncenter{display: block;margin-left: auto;margin-right: auto;}
The page in question uses ‘Neoclassical’ theme and is: https://power-to-the-people.net/
Any help very much appreciated! Thank you in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Img caption, wrap, link, and align’ is closed to new replies.