• shaundavidcarter

    (@shaundavidcarter)


    So I’m running Ultra Theme and I have a heading for my web page that runs off the screen when viewed on a mobile. Originally viewing the webpage on a mobile it displayed a white strip on the right side which you could see the text overlapping into, ive managed to resolve that but the text still runs off the screen.

    Any solutions??

Viewing 1 replies (of 1 total)
  • Thread Starter shaundavidcarter

    (@shaundavidcarter)

    @media screen and (max-width: 1020px) {
    #container, #header, #content, #footer {
    float: none;
    width: auto;
    }
    #subtitle, #share, #slider, #sidebar{
    display:none;
    }
    p{ font-size: 2em; }
    }

    Code like this isnt working.

Viewing 1 replies (of 1 total)
  • The topic ‘Home Page Heading Letters Run Off Screen on Mobile.’ is closed to new replies.