Positioning of image caption
-
Just a simple problem, which I am sure has a quick solution.
This is the site I am updating:
https://reelthoughtfilms.com/This is the dev site for the next set of changes:
https://visualcontinuity.co.uk/dev/reel/rtfwp/You can see that I am trying to add a series of images here with some captions. The styling of the caption is exactly what I want. However, the problem I have is the position. I would like to have it sitting on the right hand side of the image, like this…
https://visualcontinuity.co.uk/dev/reel/rtfwp/wp-forum/caption.jpg
Surely this is not as hard as I think this is. Is it?
This is my code:
/* Caption ----------------------------------------- */ .wp-caption { border: none; text-align: right; padding-top: 10px; margin: -5px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-repeat: no-repeat; background-position: center bottom; } .wp-caption p.wp-caption-text { font-style: normal; font-size: 10px; line-height: 17px; padding: 8px; margin: 0; }
Any help would be greatly appreciated! Thanks!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Positioning of image caption’ is closed to new replies.