I need to be able to hide a module as it will function as intended in a mobile unit such as iPhon or iPad.
Is there a way to solve this?
This is why we have produced four special suffixes:
onlytablet – the block will only be visible when tablet.css is loaded
onlymobile – the block will only be visible when mobile.css is loaded
notablet – the block will not be visible when table.css is loaded
nomobile – the block will not be visible when mobile.css is loaded
To suppress a module from displaying on both the tablet and mobile devices, apply both suffixes simultaneously, such as: “ notablet nomobile” (and remember to place a space at the beginning of each suffix!).
#cc-notification
{
max-height:110px;
}