Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

element is not fullwidth even it is same width as screen

I am creating application with bootstrap grid. In certain resolutions i am using full width container. But on some mobile views it is not full width, not even centered.

enter image description here

I tried to fix it but it looks weird because screen shows 375px and also element has 375px width.

Can anybody help me? There is no margin, no padding it is just blank.

I tried reset

body {
  margin: 0;
  padding: 0;
  width:100% 
}

i also tried to set fixed width with jquery using

$('body').width(window.width)

Still no luck,

Any guess?

Comments