Hi,
I can hide modules in mobile.css tablet.css and so on with display: none
But How can i hide a module only in "normal view"?
It must be only visible on the smaller sizes.
Thank you again
@media (min-width: 1024px) {
#gkContent {display:none}
}