• Resolved mustaasamaleem

    (@mustaasamaleem)


    I was excited about the release of WordPress 4.5. Therefore decided to test its Release Candidate.
    What I’ve found, If your site title does not have spacing in between, then it would be unresponsive on tablets and mobile screen.
    Dashes (-) are working fine. But, dots (.) without spacing also making it unresponsive.
    I have Tested this from the Customizer and on a Mobile phone as well.

    Image

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Can you add this to your wp-config

    define( 'SCRIPT_DEBUG', true );

    Moderator Dominik Schilling

    (@ocean90)

    WordPress Core Developer

    That’s not an issue with the Customizer, it would happen on a real device too. Which theme are you using?

    Thread Starter mustaasamaleem

    (@mustaasamaleem)

    @ipstenu
    I’ve added, but still same.

    @Diminik
    I’m using “Twenty Sixteen”.

    Moderator Marius L. J.

    (@clorith)

    Oh I see, you mean “unresponsive” in the manner that the title does not wrap and makes the screen overflow as browsers only read hyphens as word-boundaries.

    We could add a word-break: break-word; to .site-title to address this, and I see that twenty fifteen, thirteen and twelve would benefit from the same (fourteens design already takes this into consideration).

    A ticket has been made to track this over at https://core.trac.wordpress.org/ticket/36346 as even though I say it may be a simple fix, the theme team would know better what ramifications that adjustment might entail.

    As there is now a Trac ticket for this, I’ll be marking this thread as resolved, we do this to help keep the Alpha/Beta boards organized so we know what topics still don’t have a resolution.

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

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