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 #3331159
The image in the post is not in the center
Closed

Comments

  • haipp259 started the conversation

    Hi,

    When I wrote the post, I centered the image, but when I published it, the image isn't centered

  •  2,486
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .wp-block-image .aligncenter {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    Regards,
    PenciDesign.



  • haipp259 replied

    Thank you!