A
A
artemk7n2016-09-27 10:35:23
css
artemk7n, 2016-09-27 10:35:23

What's going on with the layout?

Hello! please tell me what happens to the layout when viewed from a mobile device, the site is simply cut off and the content goes beyond the container, I can’t understand what is the reason! Help me please! labserver.ru/ant

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
HamSter, 2016-09-27
@HamSter007

ul.tabs-wr - fixed width.
.text-wr - fixed width.
The menu is not adaptive at all, like many other things.

A
Aleks Front, 2016-09-27
@AleksFront

When something does not help, read the instructions))) https://getbootstrap.com/examples/non-responsive/ Follow the instructions strictly and you will be happy.

M
Mikhail Enikeev, 2016-09-27
@miha872287

The question has already been raised! I already wrote to type again!
Example of a correct block:

<div class="container-fluid">
    	<div class="row">
    		<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
    			<!-- А тут уже ваша конструкция -->
    		</div>
    	</div>
    </div>

and what is on the screen is your code! and this is wrong and therefore the layout will go to hell!49dc92e29afd4a4cb784716d8117ccb6.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question