Forums
Home / Theme: Slanted / Site description on mobile
(@henke75)
5 years, 11 months ago
Can the site description be shown on mobile too
(@alxmedia)
To make it appear again, add this Additional CSS:
@media only screen and (max-width: 719px) { .site-description { display: block; } }
You may need to css-style it to make it look good on mobile.
Legend Alex, thank you so much