Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2517631
About Me Widget - Need image centered but text left justified
Closed

Comments

  • bad_gut_tim started the conversation

    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.

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • bad_gut_tim replied

    That did the trick. Thank you!