How can I decrease image size in the Dawn theme?

I need to reduce the following picture on www.seoulstation.ch - how? Thank you!

HI @10xfuel

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

li#Slide-template–18505260138797__49891ee5-3822-493e-8eec-40bc429b38f9-1 {

display: flex;

justify-content: center;

}

.multicolumn-card.content-container {

width: 30% !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

this change impacts all multicolumn images - not only this one. Any work-around?

Please try again with this code:

li#Slide-template–18505260138797__49891ee5-3822-493e-8eec-40bc429b38f9-1 {
display: flex;
justify-content: center;
}
.slider-mobile-gutter .multicolumn-card.content-container {
width: 40%;
}

I move the picture from “Multicolumn” to “image banner”: can you send a new code to reduce the image size? Thank you!