CSS to align widget captions left not working
-
Hi anyone,
The Sacred Path once showed me how to get my captions on widgets to align left not centred on the homepage with this CSS
.front-page-widget-area .widget_image figcaption {
text-align: left;
}How it is no longer working, any ideas why or how to fix it?
Thanks
Scott
The blog I need help with is: (visible only to logged in users)
-
Hi scottiehack
Replace that line of CSS with:
.front-page-widget-area figcaption.wp-caption-text { text-align: left; }Let me know if you have any further issues with this.
- The topic ‘CSS to align widget captions left not working’ is closed to new replies.