Use CSS rules below to hide plus sign on mobile devices;
@media only screen and (max-width:600px){ .onoffswitch { display:none; } }
Powered by BetterDocs
You must be logged in to post a comment.