html - Body overflow screen width on mobile only -
i trying create fluid layout adapts different screen sizes... works on desktop no issues, on tablet or cellphone body overflows , creates horizontal scroll bar. click here can see problem
i have checked elements , padings , margins, , doesn't seam issue.
used css desktop scroll remove
footer.css
line no 55
.infolinksbottom{ margin-left:5%; // remove line margin-left:0; //add line padding-left:5%; // add line box-sizing: border-box; // add line }
Comments
Post a Comment