7
7
7rulnik2014-05-14 08:41:20
css
7rulnik, 2014-05-14 08:41:20

White bar on mobile devices - how to fix it?

Good time of the day!
Just yesterday I made a website on Bootstrap - twobytes.7rulnik.ru .
An unpleasant bug got out: on mobile devices, a small white bar appears on the right.
Tell a newbie?
Screenshot

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Svyatoslav Belimov, 2014-05-14
@7rulnik

.row {
/* margin-left: -15px; */
/* margin-right: -15px; */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%
}

V
Vadim Yakovlev, 2014-05-14
@FrimInc

I have it in chrome too.
prntscr.com/3j26lg
.row {
margin-left: -15px;
-- margin-right: -15px;
++ /* margin-right: -15px; */
}

T
twixoff, 2014-05-14
@twixoff

I erased it at a width of 1366 - the same thing joxi.ru/IwRzU_3JTJApYNpUDpU
The fact is that you use the row class for the separators, which has a negative margin on the sides -15px. Remove them, or you will be happy.

E
Eugene, 2014-05-15
@cyber-jet

And why all these crutches? Isn't it easier to nest col-sx-12 in row?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question