• Resolved thegregglife

    (@thegregglife)


    I am trying to figure out how to get my site title to resize when on different platforms. My website is http://www.thegregglife.com . It looks fine on a computer but the smaller the screen gets the more jumbled my title gets. I am fairly new to this so please let me know if you can help. My theme is arcade basic. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi thegregglife, I have the same issue, I see you resolved yours could you please tell me how please?

    has anyone helped you out with this, I’m having that problem as well.

    Me too 🙁

    Adding this to the stylesheet (or a child, if you wish) solved it for me:

    @media (max-width: 767px) {
    .only-on-home #site-title a {font-size:60% !important }
    }

    Of course, the percentage can be adjusted depending on your site title’s length.
    I have to admit I didn’t error check on sooo many devices. Basically just two phones.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Site Title Resizing’ is closed to new replies.