Hello,
I am having an issue where the text and button on the “Image Banner” is showing up on desktop, but not on mobile. Anyone know why that might be? Screenshots below.
password: abble
Hello,
I am having an issue where the text and button on the “Image Banner” is showing up on desktop, but not on mobile. Anyone know why that might be? Screenshots below.
password: abble
Hi @KJD_1
Thank you for the information. Try this one.
@media screen and (max-width: 749px) {
.banner__content .banner__box.color-background-1 {
display: block;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
![]()