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

Popular posts from this blog

php - Using str_replace to translate a MySQL Table in html -

SQL Server - MyCTE query based on 24 hour period (next day) -

asp.net mvc - Cannot display error message on Editor or EditorFor -