I want to hide header module on mobile and I used " nomobile" in suffix but din't help.
My settings - http://webstak.com/tmp/mobileheader.png
I want t0 hide header module on mobile as image size is getting truncated .
@media (max-width: 620px) {
#gkHeaderMod {display: none !important;}
}