Is there an opposite of <nowiki><div class="nomobile"></nowiki> class? i.e. onlymobile class which shows elements only on mobile?
Thanks.
Is there an opposite of <nowiki><div class="nomobile"></nowiki> class? i.e. onlymobile class which shows elements only on mobile?
Thanks.
You can use mf-
or mp-
tags in div IDs for this purpose. For an example see w:Main Page.
Note that these tags are deprecated and you have to set $wgMFSpecialCaseMainPage = true;
in your LocalSettings.php.