White Bar Down Side of Mobile View After Fixes

  • jdockett
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 8 months ago #28711 by jdockett
Site is located at " ohno.ws/clients/final/ "

I added the following to "layout.css" attempt to alleviate the issue:

body {
width:100%;
height:100%;
max-width:100%;
margin:0px;
padding:0px;
overflow-x:hidden;
positon:absolute;
}


The problem is only visible on actual mobile devices now, everything is good when I shrink the browser width to mobile view.





Any way of removing it?
Attachments:

Please Log in to join the conversation.

More
11 years 8 months ago #28714 by ivan.milic
try:

body,
body > DIV,
body > DIV > DIV,
.contentrow,
.contentrow > DIV,
.contentrow > DIV > DIV {
width:100%;
margin:0px;
padding:0px;
overflow-x:hidden;
}
The following user(s) said Thank You: jdockett

Please Log in to join the conversation.

  • jdockett
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 8 months ago #28728 by jdockett
That resolved the initial issue, but I have this issue still:

Any ideas?





It only happens when I select the menu and only when in a mobile device.
Attachments:

Please Log in to join the conversation.

More
11 years 8 months ago #28729 by ivan.milic
leave this after also:

body {
height:100%;
max-width:100%;
positon:absolute;
}

Please Log in to join the conversation.

  • jdockett
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 8 months ago #28731 by jdockett
No such luck on that one. :(

Please Log in to join the conversation.

More
11 years 8 months ago #28736 by ivan.milic
I mistype "position":

body {
height:100%;
max-width:100%;
position:absolute;
}

if that does not work remove all and try:

body,
body > DIV,
.contentrow,
.contentrow > DIV,
.contentrow > DIV > DIV {
width:100%;
margin:0px;
padding:0px;
overflow-x:hidden;
}

Please Log in to join the conversation.

Time to create page: 0.196 seconds
Powered by Kunena Forum