I was trying to make responsive the webpage which I have developed in DW. But suddenly many divs turned red in css file. Please see the screenshot attached.
Thank you. Actually. I managed to turn all red into green. However, when I am trying to make them responsive, i.e. smartphone mode, the code does not make an effect.
responsive code is like
@media screen and (max-width: 1000px) { .sandwwich { } }
Hope it is correct? If yes, then why desktop mode version does not adjuct into mobile phone mode?