Conversation
supportCan anyone shed some light on how you would centre the title of the image? Thanks
That’s really more of a theme issue and isn’t related to Simple Image Widget. It just prints out the widget markup and the theme handles the styling. That being said, if you just want to center the titles for the image widgets, you can try adding a snippet of CSS: .widget_simpleimage .widget-title { text-align: center; }
Thanks so much – Really helps out. Mike
.
That’s really more of a theme issue and isn’t related to Simple Image Widget. It just prints out the widget markup and the theme handles the styling. That being said, if you just want to center the titles for the image widgets, you can try adding a snippet of CSS: .widget_simpleimage .widget-title { text-align: center; }
Thanks so much – Really helps out. Mike
.