• Resolved Cyrille Sanson

    (@css31)


    Hello,

    Thank you for this nice theme.

    I use SiteOrigin CSS to change title size.

    .site-title {
    font-size: 6em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 15px;
    }

    But it appears that doing that the title is no more responsive.

    Can you help to find the good css to do it?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter Cyrille Sanson

    (@css31)

    I found.

    @media screen and (max-width: 40em) {
        .site-title {
        font-size: 2.5em;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Site title responsive’ is closed to new replies.