Dawn Multicolumn Images Too Big on Mobile

I noticed the images in the multicolumn section look fine on my desktop, but they look way too big on mobile! Is there any way I can make the multicolumn images smaller on mobile without affecting their size on the desktop version?

Website: https://kittie-treats.com

1 Like

@melimiya

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme-> Edit code
  2. Asset->/section-multicolumn.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px) {
.multicolumn-card__image-wrapper--half-width {
    width: 35%;
}
}

@KetanKumar Hi i try did that but getting error from 2 days about something went wrong try after couple minutes.