• bgslutions

    (@bgslutions)


    I have this theme loaded up and I am noticing that the mobile view on iPhone 6 and iPhone 6 plus looks weird is anyone having this issue – when i say weird meaning it’s not filling up horizontally across on tablet or iPhone –

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bgslutions

    (@bgslutions)

    here is link to my page
    anyone have issues seeing it on mobile?

    CrouchingBruin

    (@crouchingbruin)

    It doesn’t look like you have a child theme created, so install a CSS plugin like Jetpack or Custom CSS Manager and add this CSS rule:

    .screen-reader-text {
        overflow: hidden;
        width: 1px;
     }

    This fixes a problem with the text that’s generated for screen readers (for individuals with sight-impairement). You can’t see it, because it’s hidden, but the screen reader text pushes the sides of the site out to the right when there’s a lot of text.

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

The topic ‘Mobile/Responsive issues’ is closed to new replies.