Caption alignment help
-
Hi Guys
Im trying to get my captions to appear in the center of my images. I currently have them appearing over the image at the bottom but for the life of me I cannot get them to center as well.
Here is a post with an image with the captions on the left:
https://www.almenzel.com/?p=856
and here is the CSS I added to my CSS section to get it to work:
.wp-caption { border: none; text-align: center; background: none; padding: 5px; margin: 10px; position: relative; } .wp-caption img { margin: 0; padding: 0; border: 0 none; } .wp-caption p.wp-caption-text { background: url("images/bg-blacktrans50.png") repeat scroll 0 0 transparent; color: #FFFFFF; font-size: 11px; font-style: italic; margin: 10px; padding: 5px; position: absolute; bottom: 1em; left: 0; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
Any help will be much appreciated!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Caption alignment help’ is closed to new replies.