Site logo

Archived topic

Site Tagline Font size Setting

4 replies · Started by Dave on April 7, 2017

Viewing posts 1–5 of 5

Hi there - I was kind of mystified by what appears to be a missing option to change the Mobile Size of the Site Tagline in the Customizer. Seems odd because there is a Mobile Size setting for the Site Title.

I would really like to have that option, assuming I am just not seeing it for some reason.

In the meantime, does anyone know a workaround?

Currently it doesn't exist, as the tagline is usually small enough to work on desktop and mobile.

However, responsive options for all font sizes and spacing elements are coming soon.

For now, you can use some CSS:

@media (max-width: 768px) {
    .site-description {
        font-size: 13px;
    }
}

Thanks Tom! As it happens, the site I am working on required the Site Title to be reduced in size on mobile, which brought it down to being smaller in size than the Site Tagline on mobile. The title and tagline are both quite large for Desktop in this particular case. Under most circumstances the issue I am having on the mobile end probably wouldn't happen.

I eventually brought down the Site Tagline to a smaller size on desktop to accommodate the situation, but it would have been better to have a mobile setting for that too.

Thank you for the CSS! GP is a great theme!

P.S. I just wrote a long overdue favorable review for GP. Sorry for the delay on doing that.

Thank you! I really appreciate that :)

This archived topic is closed to new replies.