Image with text assistance please! (Dawn theme)

Hi! I need help with setting my image image ratio in my image with text section for mobile view. I wanted to set the image size to be 3:4 since it looks cropped when viewing this section in mobile. Here’s a pic as reference. Any help would be appreciated! :slightly_smiling_face: > >

Hi @Popcorn ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-image-with-text.css->paste below code at the bottom of the file:

@media screen and (max-width: 749px) {
    .image-with-text .image-with-text__media--small {
        padding-top: 130%;
    }
}

I hope it would help you
Best regards,

Richard | PageFly

The code worked! Thank you very much for helping me :slightly_smiling_face: