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 #2786446
sidebar widgets
Closed

Comments

  • SLEnterprises started the conversation

    My sidebar widgets are acting very strange.. specifically the Soledad About Me widget.

    The image is not centered.. even though I have specified Align Center.

    Is this a known issue?  How do I get it centered?

    Thank You,
    Sherry Hackett

  •  2,495
    PenciDesign replied

    Hi,

    Please paste the following CSS code to Appearance > Customize > Custom CSS:

    .about-widget img {
        display: inline-block;
    }
    This code will display the image on About Widget align center.

    Best Regards,
    PenciDesign.

  • SLEnterprises replied

    Thank you so much.. this worked :-)  

    You guys are amazing!