Hi,
yes - new framework used in meet-gavern - allows this, read here:
http://www.gavick.com/documentation/joo ... -tutorial/we're planning to update almost all our template to new Gavern version, but we need more time.
But also...
I've checked Simplicity and it have those suffixes:
- Code: Select all
/* limitation suffixes */
.box.notablet {
display: block!important;
}
.box.nomobile {
display: none!important;
}
.box.onlytablet {
display: none!important;
}
.box.onlymobile {
display: block!important;
}
So try one of them (onlytablet or onlymobile), they should work.