Okay
  Public Ticket #1018808
Posts alignment
Closed

Comments

  •  1
    Benoit started the conversation

    Hi,

    At the bottom of the homepage you'll find 3 posts. Those are not aligned due to the title length. How have those aligned, even if the title is shorter?

    Maybe something like "force it to be always on 2 lines, so it's some kind of padding if it's shorter" ?

    Thanks, best.

    Benoit.

  •  8,997
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .home .blog-recent .col .post-header h3, .blog-recent[data-style="default"] .col .post-header h3 {
        min-height: 46px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Benoit replied

    wow, this was fast! and it worked like a charm! =)

    Thanks, have a nice day.