• ukbuspasses

    (@ukbuspasses)


    When viewing this website using a samsung or other smartphones the webpage doesn’t occupy the full width of the screen. It can be expanded by stretching, but would much prefer to have the screen filled by the webpage. Is there any easy solution to this?

    (I have tried twenty-sixteen which resolved this problem, but not satisfactory as the menu button didn’t produce the list of page links with that theme.)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Michael

    (@alchymyth)

    try and add some CSS, for example via the ‘Appearance – Additional CSS’:

    @media screen and (max-width: 800px) {
       .site { padding: 0 5px; }
    }

    make the number as small as you possibly like…

Viewing 1 replies (of 1 total)
  • The topic ‘webpage width on smartphones using twenty-twelve’ is closed to new replies.