Viewing 1 replies (of 1 total)
  • I’ve had the same issue and solved it by putting this in my theme css:

    .shareaholic-canvas li{
    	display: list-item !important;
    }

    If you want to disable the button for other sharing options then also add this:

    .service-all{
    	display: none !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Absolutely positioned buttons share buttons disappear’ is closed to new replies.