align multiline image captions in worpress blog?
-
Apply captions to four images, in new blog.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Hope you are doing great.
You can use the following CSS code to align the multiline image caption to left or right: `figcaption.wp-caption-text {
text-align: left; or use text-align: right;
}`Let me know if that helps.
-
You can add caption to an image at “My Sites” >> Media >> Select Image >> Edit >> Inside the pop-up, you can add caption to the image.
Please refer these screenshots for more help:
http://i.imgur.com/DuGhKYb.jpg and http://i.imgur.com/5Ggbnxs.jpgAnd to align the caption text to left or right, use the following CSS code:
figcaption.wp-caption-text { text-align: left; }or use
text-align: right;to align the text to right. Please add this CSS code in the custom CSS inside Theme >> Customize section.Let me know if that helps!
Best,
Archana.
- The topic ‘align multiline image captions in worpress blog?’ is closed to new replies.