My footer logo won't center

Tried every selector I can find to center this thing but none of them are working. I’m including a screenshot and a link and I’ll put my login credentials in a note at the bottom. Thanks in advance!

Link

The logo is on all of the footer’s except the home page because I hid it there. I linked to the about page above.

Hey Randy,

Please try this code in X > Theme Options > CSS:

.x-colophon.top .widget_media_image {
    text-align: center;
}

Hope this helps.

That worked, thank you!

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.