How to centre an image in a footer widget

Hi All,

How do I centre the Facebook Group image I’ve used in an image widget in the footer?

Here’s the site.

https://www.growandprofit.org

Cheers

Stephen

1 Like

Hi @cavemanstirs,

Thanks for writing in.

Add this in your custom CSS:

.widget_media_image {
    text-align: center;
}

Let us know how it goes.

Thanks.

1 Like

Look at that! All lovely and centred! Cheers Nico, you’re a star.

Glad to hear it!

Wow! This Worked for me too with my header widget.

Glad to hear that @tstamps22 :slight_smile: