Comments bad_gut_tim started the conversationAugust 25, 2020 at 9:55pmI have an image that is thinner that the with of the right side menu within my about me widget. I need the image to be centered while keeping the text left justified. Please advise. 2,701PenciDesign repliedAugust 26, 2020 at 3:21amHi,Please try add more this code to Customize > Custom CSS to do that: .about-widget img{ display: block !important; margin-left: auto; margin-right: auto; } Best Regards,PenciDesign1 Likebad_gut_tim repliedAugust 28, 2020 at 4:56amThat did the trick. Thank you! Sign in to reply ...
I have an image that is thinner that the with of the right side menu within my about me widget. I need the image to be centered while keeping the text left justified. Please advise.
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
That did the trick. Thank you!