Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #424144

    Hello, I’m having an issue on blog page of the site – I would like the all of pictures (featured images) to be same size

    Is there a way to do this ?

    http://www.rcgauto.com/blog/

    #424268

    Hi rcgroup!

    Add this to your custom CSS.

    .slide-image img {
      min-height: 170px !important;
    }

    Cheers!
    Elliott

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