• Resolved ppe29

    (@ppe29)


    I’d like to make the picture larger than the small square provided by default. The nature of the product being sold on my site often requires vertical, rectangular pictures, so I’d like to be able to fill that side out with more of the photo.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter ppe29

    (@ppe29)

    I changed the size by adding the CSS below, but when I changed to rotator view, the code only works when I’m in inspect mode on Chrome.

    .testimonial_rotator_img {
    width: 100%;
    max-width: 275px;
    height: 350px;
    }

    I tried adding this, but it didn’t work either:

    .testimonial_rotator_single.has-image.template-default {
    width: 100%;
    max-width: 275px;
    height: 350px;
    }

    But the CSS I added to change the color of the stars has remained throughout both the single and rotator view:

    .testimonial_rotator_star {
    color: #ff551d
    }

    Any ideas how I can change the image to a new default size of 350 x 275?

    • This reply was modified 5 years, 7 months ago by ppe29.
Viewing 1 replies (of 1 total)
  • The topic ‘Change picture size’ is closed to new replies.