Thank you, where would i put that in the module part?I guess you could add a class, say notonmob, to each module you wish to hide on mobiles and then add an entry in your user.css file. Something like:I have not tested this myself.Code:
@media (width <= 575.98px) { .notonmob { display: none; }}
Statistics: Posted by chris2k13 — Thu Mar 07, 2024 8:38 am