Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68957
    Wiktor Szafranowicz
    Participant
    Premium Member

    Hi,

    I managed to make post titles even sized (and center them vertically) using this CSS code (below) and you can see the effect on my screenshot. Now I would love to do the same with post excerpt – as you can see the “read more” buttons are not in the same level and it looks ugly.

    Is there a CSS code to achieve that?

    CSS for title:

    .post-title
    {  display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    }

    #68958
    vako
    Keymaster
    WP Royal Team

    Hi Wiktor,

     

    Actually, there is no CSSconde whcih can help, you need to set exactly the same amount of words in the posts excerpts, for example, 30 for each post.

    Please navigate to Dashboard > Appearance > Customize > Blog Page > Excerpt Length

     

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.