Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #489649

    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

    • This topic was modified 9 years, 3 months ago by gharding.
    #489697

    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

    #489700

    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

    #490070

    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

    #490564

    that didn’t do anything.

    #490795

    Hi!

    Adding following code to Quick CSS should help

    .av-share-box {
        margin-bottom: 5px;
    }

    If it does not, please create a temporary admin login and post it here privately so we can look into it.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.