Blog Post with varying title length not causing my posts to not line up!

Hi @Joshwebflow,

Definitely a great question.

Something similar has been answered by the awesome @vincent, and you can view his response at the following:

For your issue in particular - you can do the following:

  1. Make the width of “Blog Post Title” 100%
  2. The height of “Blog Post Title” 2rem
  3. Add overflow:hidden
  4. And finally, add the following to your custom code:
    .blog-post-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    }

You can view the steps, and the results, in the following quick video:

Hopefully this helps, and feel free to reach out if you have any questions. :blush:

Best regards,
Micah :nerd_face:

2 Likes