D
D
driverx182017-09-11 22:20:01
css
driverx18, 2017-09-11 22:20:01

Is it possible to somehow add adaptability to a non-responsive template?

Based on the finished layout, I made a backend for the site, and at the very end I realized that there was no adaptability. If I run the site on a device with a high resolution, or in the browser I set the zoom to less than 100%, it turns out hell on the site =(
In the front-end, I'm not very good at fumbling, more precisely in the adaptive, all my adaptive was always Bootstrap.
Is it possible to somehow add adaptability site without understanding the styles themselves already written, or is it unrealistic?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Ptolemy_master, 2017-09-11
@Ptolemy_master

Well, if you used Bootstrap and its grid, it should work fine. Add to page header
All tables should be replaced with div elements.
Remove absolute values ​​and positioning.

A
Alexander Alexandrov, 2017-09-12
@BraveHeart

If you want to "quickly and not take a steam bath", then set the width of the container globally through the viewport. For example,

<meta name="viewport" content="width=1200, user-scalable=yes">
then. the user will see a reduced scale of the site and will be able to zoom with their fingers on the device.
However, ideally you need an adaptive. On the neighboring stock exchange, you can throw off the TK and the guys will help for a symbolic reward.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question