Hide on small screens
-
Hello-
I was looking for a way to hide the floats on small screens (like cell phones) and found that adding the following to my css worked:
@media screen and (max-width: 1345px) { .dc-floater-content { display: none !important; } }
Of course, change 1345 to whatever width works for you. This will not work in IE8, but not many people have that on small screen devices, I hope.
Hope this helps others out there!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Hide on small screens’ is closed to new replies.