Help with WP 2.6 Image Captions and Video
-
I really like the captions option in WP 2.6. I am trying to use them but there is not spacing between the caption and my post test. I also wanted it to be a different color and aligned differently.
I assume I need to create a new class and then with each caption use <div class=”caption”>the caption</div>. This works but I don’t know how to get it so it is spaced.
.caption {
color: #999999;
text-align: left;
}You can see what I am talking about at https://www.andycrofford.com.
Also, when I try to embed the video on the WP Dev blog it is just a blank space where the vid should be. Any ideas on that?
- The topic ‘Help with WP 2.6 Image Captions and Video’ is closed to new replies.