A
A
Artyom Tsymbalyuk2016-04-05 15:37:38
css
Artyom Tsymbalyuk, 2016-04-05 15:37:38

How to remove mobile adaptation?

In general, the essence is this, I made the site on the bootstrap, everything is fine on the monitors, it’s a problem with mobile devices, it starts to adapt to them, and everything gets crooked (I know that you need to go to @media with your hands), but there’s no time or energy anymore, I want to on the mobile version, the site looked the same as on the PC, i.e. on a mobile phone, the site itself could be enlarged.
Confusing everything, I hope you understand the essence.
For example, as here opttrade55.ru , you open it from your mobile phone and increase it.
Again, I used Bootstrap. How to disable adaptation on mobile, tablets?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Viktor Taran, 2016-04-05
@artlivee

What was the point of building a site on the bootstrap and abandoning the adaptive?
Also, do not forget that search engines openly pessimize non-adaptive sites.
So in terms of SEO, you will also lose.
It's easier to complete the adaptive.
pro-cod.ru/otklyuchaem-adaptivnost-bootstrap.html

S
semki096, 2016-04-05
@semki096

You can fix the width of the site in pixels. I don’t know how in bootstrap, but if you need it quickly, something like this

.container {
    width: 80%;
}
replaced by
.container {
    width: 960px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question