A couple of my image banners are not viewable on my mobile website. Which is weird because it was working a few weeks ago and now it’s not.
Here is the website: https://offshoresupplements.com/
A couple of my image banners are not viewable on my mobile website. Which is weird because it was working a few weeks ago and now it’s not.
Here is the website: https://offshoresupplements.com/
Hi @ngvillar12
check this one.
@media screen and (max-width: 749px) {
.banner__media:first-child {
display: block !important;
}
.banner:not(.banner--stacked) {
flex-direction: column !important;
}
}