About Me Side Bar - Text Issue

I’ve added the “About Me” into the sidebar w/ a picture but for some reason the bio text I’ve added along with it is starting beside the picture rather than below it. I haven’t been able to figure out a way to move it down – no matter what I do the first couple of words sit to the right instead of underneath. I’ve tried changing the image size, tab…Any way to fix it?

Hi @arianadickson,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s displaying so that i can help you to fix it?

Best Regards,
Movin

The About Me in the sidebar

Thanks!

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#secondary .textwidget img {
    display: table;
    margin: 0 auto;
}