V
V
Vladislav Boychenko2016-08-14 00:51:29
css
Vladislav Boychenko, 2016-08-14 00:51:29

Why does style editing show up on desktop but not on phone?

I'm making an adaptive website using media-queries. Everything works well, but in one place on the desktop in the Developer Tools everything shows correctly, and when you look from the phone - there are no changes.
There is a table, I set the cells to float: left so that they stand one after the other, since the entire row does not fit on the phone.
And now I can’t understand why everything is displayed normally in the Developer Tools, but not on the phone. Cleared the cache everywhere.
a16b6f2ab1654de69343cc3cdaac5e96.jpg88ba85af7c474514ad7bbd864befc82a.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Verkh, 2016-08-14
@sadisme

Developer tools in the browser, it's just resizing the viewport.
And in mobile browsers, there may be their own characteristics.
But in this case, I think it's

There is a table, I set the cells to float: left
. It's some kind of strange "technique". Show a piece of HTML / CSS code

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question