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 #3021265
paragraphs cannot vertical align middle
Closed

Comments

  • leoyipenvato started the conversation

    As shown in red areas of the photos, the paragraphs keep vertical align top in the row.

    How to vertical align the paragraphs to middle? Thank you.

  •  2,490
    PenciDesign replied

    Hi,

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

    .is-vertically-aligned-center p {
        margin-bottom: 0;
    }

    Regards,
    PenciDesign.



  • leoyipenvato replied

    it works perfectly, thank you so much.