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 #3191214
Grid post height is not equal
Closed

Comments

  • haipp259 started the conversation

    Hi
    I am customizing a website, using elementor plugin
    The word count of the post title is not the same, making the grid post height uneven


    Please help me

    Attached files:  Grid post.PNG

  •  2,486
    PenciDesign replied

    Hi,

    Please send me the page URL that contain this element.

    Regards,
    PenciDesign.


  •   haipp259 replied privately
  •  2,486
    PenciDesign replied

    Hi,

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

    .penci-entry-title.entry-title.grid-title {
        min-height: 75px;
    }

    Regards,
    PenciDesign.



  • haipp259 replied

    Thank you!