Viewing 1 replies (of 1 total)
  • Plugin Author CrestaProject

    (@crestaproject)

    Hi jhf12,
    the “disable on mobile” option hide floating buttons on smartphones and small tablets.
    You can solve the problem by going in the plugin options page, find the box called “Custom CSS code” and paste this:

    @media (max-width : 1024px) {
    	#crestashareicon {
    		display:none !important;
    	}
    }

    Best Regards,
    CrestaProject

Viewing 1 replies (of 1 total)
  • The topic ‘"turn off on mobile" setting isn't working’ is closed to new replies.