• Author
    Posts
    • #9424
      Kristen Decker-Ali
      Participant

      Hello, I prefer to use a rectangle for my post thumbnails, but the theme is resizing them to approximately a square. Is there a way to change this? Many thanks, Kristen

    • #9425

      Hi Kristen,

      I assume it’s the one on this page at the top, https://demos.bloggingthemestyles.com/camer-pro/blog/

      We don’t have a specific setting to change each one’s dimension, so you’ll have to resort to using CSS.

      Here’s the code that you can add to your child theme or Appearance > Customize > Additional CSS:
      #photowall .post-image img {
      height: 500px;
      }

      You can change the value of 500px to match the one of your images.

      Does that help?

Viewing 1 reply thread
  • You must be logged in to reply to this topic.