Moblie header doesn’t render correctly

  • Author
    Posts
  • #102417

    The heading title does not render correctly on mobile platforms. It breaks words in half.

    Website: gracepresby.co.za

    #103431
    Zed
    Cryout Creations mastermind

    Your site’s title is long enough to no longer fit on one line with the narrowest of screens.
    You’d need to edit it and make it shorter or force it to a smaller size with CSS:

    @media (max-width: 600px) {
        body #site-title a {
            font-size: 0.5em;
        }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #106111

    Sorry, I consider this a bug! Title should break neatly at a space! (But the extra CSS does work.)

    • This reply was modified 3 years ago by dhowitt.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Moblie header doesn’t render correctly’ is closed to new replies.