User Profile

Collapse

Profile Sidebar

Collapse
csmoses
csmoses
Last Activity: Sep 9 '14, 08:59 PM
Joined: Sep 9 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Stop Horizontal Scrolling in ALL mobile devices

    Hello I am making a responsive site sandbox.mercomc orp.com and I am trying to stop horizontal scrolling. I have used
    Code:
    overflow-x:hidden;
    which just took away the scroll bars. So then I added
    Code:
    <meta content="initial-scale=1,maximum-scale=1.0,name="viewport">
    and still doesn't work on the samsung galaxy s5 which I am testing on...
    See more | Go to post

  • Using media query and some of my css classes won't move?

    I am making a responsive site sandbox.mercomc orp.com
    Code:
    @media screen and (device-width:800px) and (orientation:landscape)
      {
           html, body {
          background:white!important;
      }
          
         .container
            {
              height:100%;
              width:100%;
              text-align:center;
              background-color:white;
                display:inline-block;
    ...
    See more | Go to post
    Last edited by Rabbit; Sep 9 '14, 11:13 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...