Quantcast
Viewing all articles
Browse latest Browse all 22091

ElectricFeet on "Customizr mobile appearance"

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;
    }
}

Viewing all articles
Browse latest Browse all 22091

Trending Articles