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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -