[Resolved] text setting of H1 on mobile

Home Forums Support [Resolved] text setting of H1 on mobile

Home Forums Support text setting of H1 on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1038256
    Pascal

    Hi need help please,

    Text setting of H1 on mobile – for the page

    Ex: http://rebrand.ly/m0rv3n

    thank you

    #1038283
    David
    Staff
    Customer Support

    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;
        }
    }
    #1038482
    Pascal

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

    Thank you for your support.

    #1038500
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.