Use CSS rules below to hide plus sign on mobile devices;
@media only screen and (max-width:600px){ .onoffswitch { display:none; } }
Powered by BetterDocs
Comment
Save my name, email, and website in this browser for the next time I comment.