Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Getting a page centered on a mobile phone

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #153858
    PK
    Participant

    Hello, I am building a website, pretty much done, its for my uncle’s company so I am doing my best to make it as stunning. Anyway I am facing a problem with mobile phones, When testing it on my android and apple phones and devices the page is placed at the top left of the page with a lot of space at the bottom and at the right. Go HERE and check it if you can. Thanks in advance.

    #153862
    Paulie_D
    Member

    You’re missing the viewport meta tag from your <head>

    <meta name="viewport" content="width=device-width">
    

    Plus the site is not set-up to be responsive or really viewed on mobile as you have some fixed pixel width elements in there that would need to be changed to fluid/percentage based or use media queries to change the fixed widths.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.