• Resolved Hilux4x4

    (@hilux4x4)


    Can anyone shed some light on how you would centre the title of the image?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brady Vercher

    (@bradyvercher)

    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;
    }
    Thread Starter Hilux4x4

    (@hilux4x4)

    Thanks so much – Really helps out.

    Mike

    Thread Starter Hilux4x4

    (@hilux4x4)

    .

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SIMPLE IMAGE WIDGET’ is closed to new replies.