Why are sections on my desktop site appearing oversized?

Hello,

I have a problem with 2 of the sections on my website.

As you’ll see in the screenshots, in both sections I’m using the ‘‘text column with images’’ design, and for some reason, they both look way too massive on the desktop. It doesn’t look natural at all and I can easily picture them being normal sized

The whole image and the box around it of course.

I’ve attached screenshots below,

you can also visit my site to check for yourself:

jasaoslaj.com

Thank you.

Hey Jasa,

In the customizer, click on the section with the large images, navigate to the custom CSS section (right column) and enter for both sections this code.

img {
max-height: 350px;
object-fit: contain;
}

If this is still too large, you can play around with the 350px number.

If this was helpful, please like this reply and mark as solution if it solved your issue.

Best,
Flo

Thank you!