allanrealestateteam
The space is not enough to show the description on mobile view so it's hidden by default, you can use this custom CSS code:
@media (max-width: 479px)
div.ja-ss-desc {
display: block;
}
into the file: root/templates/ja_brisk (your default template)/css/custom.css (Create this file if it doesn't exist)
Regards