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.
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
Post a Comment