skip to Main Content

I am using Twitter Bootstrap and encountered this weird situation where everything goes well on desktop, but on a Samsung Galaxy S5, or other similar size displays (360 x 640 or 640 x 360 for this particular example) I get this weird margin on the right side I cannot get rid of.enter image description here

Although my body element scales to the exact width.

Screen capture is taken into Chrome browser.
The code is live at: http://11784vic.bphp56.webrahost.ro/

2

Answers


  1. There are only col-lg-12 classess in your div add col-md-12 and col-sm-12. This will solve your problem.

    Login or Signup to reply.
  2. you can add overflow:hidden to your body but in my openion you have to solve the source of problem and it comes from class row cange it to col-xs-12
    it may change your style but it’s right way.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search