This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Rose Tyler
Hello, I enabled promotional text on mobile pages for my site, webarkmaker.org. Despite only having 1 section, it is still scrollable. Please fix this. Thank you so much!
Hello,
It is not a bug, but predefined behavior of that element.
Try to add the next code in Theme Options > Theme custom CSS:
.et_promo_text_carousel .swiper-container {
pointer-events: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up