Site logo

Archived topic

text setting of H1 on mobile

3 replies · Started by Pascal on October 18, 2019

Viewing posts 1–4 of 4

Hi need help please,

Text setting of H1 on mobile - for the page

Ex: http://rebrand.ly/m0rv3n

thank you

Hi there,

try this CSS to set a different font size for smaller devices:

@media (max-width: 768px) {
    .inner-pages-header h1 {
        font-size: 32px;
    }
}

David, Thank you very much it's working great now, on mobile.

Thank you for your support.

You're welcome

This archived topic is closed to new replies.