Why is slide text still disappearing on mobile despite code adjustments?

Why is slide text still disappearing on mobile despite code adjustments?

HearClear
New Member
9 0 0

I already tried both of the solutions posted here but it is still not showing in mobile:
theme.scss.liquid
@media only screen and (max-width: 749px) {
.slideshow__text-wrap--mobile {
display: inline-block !important;
}
}

And

theme.liquid

<style>

.slideshow__text-wrap--mobile {

display: block !important;

}

</style>

Replies 2 (2)

BSS-Commerce
Shopify Partner
3477 463 549

Hi @HearClear 

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
HearClear
New Member
9 0 0