Login  Register

Re: Media Queries

Posted by Harvey on Oct 15, 2016; 12:58pm
URL: https://support.nabble.com/Media-Queries-tp7597404p7597407.html

Thanks Greg.

I figured I'd try anyway. I am looking to hide some columns on mobile.

I tried this:

@media (max-width:767px){
.topics-column{  display: none;}
}

Is that the correct way? It didn't work.
HTTPS Please!