Change display options of author widget

My site: https://www.maestroagnew.com/musings

I have the “Meks Smart Author Widget” plugin and they are saying that in order to make it look different I have to add CSS. Specifically they said:

“The styling mostly depends on the theme you are using so there should be an easy way to change it via couple of lines in the theme css file. I guess you can ask the theme author to help you with that?”

What global CSS do I need to make the photo a circle instead of a square, and center all of the text including the title of the widget?

Hi there,

Please try this code:

.mks_author_widget img {
    border-radius: 50%;
}

.mks_author_widget {
    text-align: center;
}

@Jade

How do I center the image itself?

I’m closing this thread because of duplicate question https://theme.co/apex/forum/t/author-widget-on-the-side/24967/4?u=christian_y

Thank you for understanding.