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 #3169003
Image captions alignment
Closed

Comments

  • Patrice started the conversation

    Could you teach me how to make all image captions align left instead of center?
    Many thanks!

  •  2,487
    PenciDesign replied

    Hi,

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

    figcaption,
    .wp-caption-text {
        text-align: left;
    }

    Regards,
    PenciDesign.



  • Patrice replied

    I did as you told me, but it did not change anything. I also deleted the cache, and still no change. I am attaching an image for your inspection.
    Many thanks.

    Attached files:  Screen Shot 2022-11-16 at 10.13.22 PM.png

  •  2,487
    PenciDesign replied

    Hi,

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

    figcaption,
    .wp-caption-text,
    .wp-caption p.wp-caption-text {
        text-align: left !important;
    }

    Regards,
    PenciDesign.



  • Patrice replied

    THANK YOU!!!

    It worked.