Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #871517

    Hello,

    This is the front page of my blog.

    https://mountainviewvineyard.com/blog/

    Is there a way to force all of those photos to be the same size. Also, I’d like to see the preview text on all of those posts, not just some of them.

    Thank you!

    #872328

    Rupok
    Member

    Hi there,

    Thanks for writing in! You should use same size images to get them in same look. You can also set a max height like below but remember if your image is very long in height then it might not look good rather stretched.

    You can add this under Custom > CSS in the Customizer.

    .blog .entry-thumb img {
      max-height: 235px;
      min-width: auto;
    }

    Hope this helps.

    Cheers!

    #872966

    Thank you.

    #873669

    Prasant Rai
    Moderator

    You are most welcome. 🙂