How can I align the caption for my image widget flush left, instead of centered?
-
I just added the image widget and set it for left alignment. Which is fine. BUT — the caption text below it is centered. How can I get the caption to align left — so that it aligns with the image above it — as well as the text above that?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
No problem. I see that you have WordPress Premium on that site, which comes with the Custom Design upgrade. Good thing, as we can use a little custom CSS to left-justify that text!
Just go to Appearance>Custom Design and click on the “Edit” button under the CSS section. From there, paste in the following line of code, being sure to save your changes when you are done.
#primary .wp-caption-text { text-align: left; }Hope that helps. Please let me know if you have any further questions.
-
-
-
- The topic ‘How can I align the caption for my image widget flush left, instead of centered?’ is closed to new replies.