Hello
For default description is hidden for smartphones , you can try to add in your custom.css file this code:
@media (max-width: 400px) {
.ja-ss-desc {
left: 5px!important;
display: block!important;
padding: 10px!important;
width: 200px!important;
top:2px!important;
}
.ja-ss-desc h3 {
font-size:20px!important;
}
}
