Tagged: social share
After upgrade to 3.1.1 I lost the ability to change the width of the social share buttons in posts. Previously I used the following custom CSS:
.av-share-box .av-share-link-description { display: none; }
.av-share-box ul { width: 65%; }
.av-share-box .avia-related-tooltip { display: none !important; }
It seems the other adaptations still work, it is just the .av-share-box ul { width: 65%; } that does not work. The social share buttons cover the entire width of the current page.
Hey kihlbaum!
Try this.
.av-share-box { width: 65% !important; }
If that’s not working then you probably have a typo somewhere in your CSS. Send us a link and paste the full content of your Quick CSS field here.
Regards,
Elliott
Works like a charm. Thanks!