If my slider code looks like:
[slide-anything id=”10982″]
Then I should put this is CSS:
@media only screen and (max-width:767px) {
[slide-anything id=”10982″] { display:none; }
}
Correct?
Should I be able to test a page draft in mobile view immediately after saving the CSS?