Tagged: sidebar, widget image center
Hi,
I’m trying to use a image on the right sidebar widget but it’s not centered. Is there any CSS to help me with this?
Thanks! Anesio Neto
could you please share us your Site URL of the exact page in which you want to centered the image. So that you can provide you the appropriate code
Thanks
Sorry about that. It’s going to be in one post page like this one: https://xrbeat.co/hp-hosting-reverb-g2-technical-breakdown-next-week/ Actually is going to be on all post pages right above the ad (HTML widget).
Thanks!
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.widget_media_image { text-align: center; }