Everything else is "as designed".
You can eliminate the tagline in CSS if you want:
@media (max-width: 767px) {
/* remove site description on tablets and mobiles */
h2.site-description {
display: none;
}
}
Everything else is "as designed".
You can eliminate the tagline in CSS if you want:
@media (max-width: 767px) {
/* remove site description on tablets and mobiles */
h2.site-description {
display: none;
}
}