WPIntell

Source evidence

SIMPLE IMAGE WIDGET

Simple Image Widget · support · 2017-03-23T08:10:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 27 rows with source links

14.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Hilux4x4 resolved
Can 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 .

Comments

3 shown
Brady Vercher 2017-03-23T14:41:00+00:00

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; }

Hilux4x4 2017-03-23T15:45:00+00:00

Thanks so much – Really helps out. Mike

Hilux4x4 2017-03-23T15:45:00+00:00

.