viewport question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • venus
    Confirmed User
    • Jan 2003
    • 3112

    #1

    viewport question

    maybe someone on here knows the answer (if there is one)
    when using
    <meta name="viewport" content="width=device-width">
    everything seems to be aligned to the left on a mobile device when holding it in portrait, when turned sideways everything is centered

    when using
    <meta name="viewport" content="width=980">
    all text and such is centered in portrait mode, question is, is there a way when using device=width to make it all centered in portrait?
    Muscle/Fitness Adult Affiliate Program
    Since 1997 www.venuscash.com
  • CaptainHowdy
    Too lazy to set a custom title
    • Dec 2004
    • 94008

    #2
    Bump for venus ...

    Comment

    • starling
      Confirmed User
      • Jan 2017
      • 312

      #3
      Use media queries in the css to style for mobile

      Comment

      • venus
        Confirmed User
        • Jan 2003
        • 3112

        #4
        been working on that, either I am doing it wrong or its not working

        Originally posted by starling
        Use media queries in the css to style for mobile
        Muscle/Fitness Adult Affiliate Program
        Since 1997 www.venuscash.com

        Comment

        • starling
          Confirmed User
          • Jan 2017
          • 312

          #5
          Originally posted by venus
          been working on that, either I am doing it wrong or its not working
          If you need help you can pm me. Show me the type code you are trying to use and maybe a screenshot of the issue.

          Comment

          Working...