Image Caption Issues
-
Hello,
I am creating a new design for an old site.
I’m having trouble with captioned images. Ideally images should have a little padding and a 1px border around them when aligned right. I’ve used the following CSS:
.alignright {
border: 1px solid #c5c5c5;
float: right;
margin: 0 0 .5rem .5rem;
padding: .2rem;
}However, when an image has a caption, there ends up being too much padding to the right of the image, which doesn’t look good: https://dev.leavingworkbehind.com/about/.
Any ideas how I can fix this?
Cheers,
Tom Ewer
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Image Caption Issues’ is closed to new replies.