- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.img-responsive {
width: 100%;
}
@media screen and (max-width: 768px) {
.yx-desktop-banner-section {
display: none;
}
}
can you please try this code