when i set 'onlymobile' to a module this suffix deletes all the contents in the module.
i only see the module's title.
i tried this in a fresh template installation too, and it's the same.
could you please try it on a musicstate template installation? does it works for you?
this is the code in mobile.css
- 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;
}
.box.notablet.nomobile {
display: none!important;
}
i searched on the forum but i didn't found nothing
thank you for your help.