Tagged: share buttons
On our site, the Share This Entry buttons at the bottom are cut off. How can I get them to show fully?
you can see that here? http://california-apmp.org/wp/2015/08/06/november-6-2015-eureka-a-mother-lode-of-strategies-to-turn-your-proposals-into-gold/
thank you
gary
Hey gharding!
Add a whitespace / separator element beneath it or drag a codeblock element to your page content and add this inside.
<style type = "text/css">
.av-share-box { margin-bottom: 100px !important; }
</style>
Regards,
Elliott
Elliott, thank you. Wouldn’t that only solve the issue for that one post? I was hoping to solve it for all posts, even those we create in the future. What is the issue that’s causing it? I don’t think I’ve strayed from the template that much.
thank you
gary
Hi,
If you use Elliotts method it would only affect the post in question yes, please try it in Quick CSS instead if you want a site wide effect.
Regards,
Rikard
that didn’t do anything.