January 20, 2019 at 12:25 pm
#59773
Theme Horse Support Team
Keymaster
Hi,
We have hide those description on small devices.
If you want to show it just add below Custom CSS code:
@media only screen and (max-width: 767px)
#site-description {
display: block;
}
}
Thank you for using our theme.