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 #3341732
Post tag image
Closed

Comments

  •  3
    George started the conversation

    Hello , i am using block editor to write my posts, but when i add an image and insert an alt caption where the content wraps into a second rows, then the 2 rows are mixed ( see attachmenet below). How can i deal with that? 

    Thank you!

  •  2,813
    PenciDesign replied

    Hi,

    Please send me your post URL.

    Regards,
    PenciDesign.


  •  3
  •  2,813
    PenciDesign replied

    Hi,

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

    .wp-element-caption {
        line-height: 1.3;
    }

    Regards,
    PenciDesign.



  •  3
    George replied

    Great problem solved !!! 

    That custom css should apply to all post with image caption, right?

    Thank you very much! 

  •  2,813
    PenciDesign replied

    Hi,

    Yes. This code applies to all posts.

    Regards,
    PenciDesign.