geiger
February 5, 2015, 3:55am
1
I’m having this odd problem on the iPhone (320px width) where I get this unexplained padding that causes horizontal scroll. I can’t seem to locate the problem. Can anyone help investigate why this might be happening?
The problem:
What it should look like:
An example page:
Thank you!
IT’s because of this rule
#main-col2.width300 {
width: 320px;
}
Just do width:100%;
geiger
February 6, 2015, 3:16am
4
Okay, actually 100% caused some problems but it looks like you identified the correct problem. I think 300px should do it. Thank you.
Eh, 100% worked for me. I was only testing by reducing the browser size though. Oh well. Glad it worked.
geiger
February 11, 2015, 5:26am
6
@RyanReese
Sigh. I am getting the same problem again here: [Edit: Fixed.]
Any idea why?
Thanks.
system
Closed
May 13, 2015, 12:42pm
8
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.