We are using the Loft theme and we discovered that the product descriptions are no longer showing up on our mobile site. Does anyone know how to fix this?
1 Like
It looks like some things work and others do not. for example none of the lamps show up on mobile.
1 Like
@media only screen and (max-width: 768px){
.medium-down--hide {
display: block!important;
}
}
Add this code in the bottom of the timber.scss.css file.
- Navigate to Online Store->Theme->Edit code
- Asset->/timber.scss.css ->paste below code at the bottom of the file.
- Save it.
Let me know ,if you need any more help,
Thank you.
Thank you so much!!
1 Like
your welcome let me know if you need any more help,
if helpful, kindly like our solution to appriciate our work,
Thank you
