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
- Go to Online Store->Theme-> Edit code
- 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.