Center alignment-sidebar widget

Hey,

i want to move the sidebar widgets to center. The images in the widget are left aligned while 1 is center aligned.

thanks

Hello ,

I hope you are doing well today.

You can try using this CSS to center the image:


aside#media_image-3 {
    text-align: center;
}

If it does not work then please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hey,

the code didn’t work. Please find attached portal link https://commoncelebrity.com/

KIndly help on the same.

Regards
Manu

Hello,

Thanks for the link.

Try out this CSS code and let me know if it helps:


aside#media_image-2 {
    text-align: center;
}

Best Regards,
Support