Hello everyone! so i added this code to adjust my image banner section, to be adaptable to my desktop and mobile, all works fine. But my slider section for some reason is not showing on mobile version only , but fine on desktop. Any possibility to help there? Thank you! My URL is gooddess-by-fit-faces.myshopify.com
password: beauty
.banner__media:first-child {
width: 100%;
}
.banner__media+.banner__media {
display: none;
}
@media screen and (max-width: 749px) {
.banner__media:first-child {
display: none;
}
.banner__media+.banner__media {
width: 100%;
display: block !important;
}
}
@media screen and (max-width: 749px) {
.banner content: : beforef
padding-bottom: 150% ! important;
}
}
