Thank you for that insight; I changed it in custom CSS to:
@media (max-width: 767px) {
.mod-banners__item.banneritem {
width: 100%;
height: inherited;
}
}
But I still seem to have some type of distortion when viewed on the phone.
Should I not specific the height when setting it up in the banner section module?
Thank you.
@media (max-width: 767px) {
.mod-banners__item.banneritem {
width: 100%;
height: inherited;
}
}
But I still seem to have some type of distortion when viewed on the phone.
Should I not specific the height when setting it up in the banner section module?
Thank you.
Statistics: Posted by tp_finish — Fri Mar 15, 2024 2:22 pm