i created a mobile page with initial loading, but for some mobile page there is a stock or addition on mobile devices on the right side, where I can slide. I deleted some code, but even the simplest structure has it:
<div class="container"> <div class="row"> <div class="col-lg-12"> <div class="navigation"></div> </div> </div> </div> .container { max-width:100%; padding:0; height: 100%; width:100%; } .navigation { height:3.4375em; line-height:1em; background-color:#E75200; }
I uploaded a test page here: http://wp1011618.server-he.de/projekte/test/index2.html
I have the feeling that col-lg-12 is filling up, but Bootstrap cannot be the intention of Bootstraps, so I wonder what is wrong here?
Thanks!
source share