Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #526364

    Hi!

    The share buttons at the end of my blog posts are partially hidden. Would you know how I can fix this?

    Best regards,
    Poirot

    #526404

    Hi Poirot!

    Add this to your custom CSS.

    .template-blog .post .entry-content-wrapper { overflow: visible !important; }
    

    Cheers!
    Elliott

    #526608

    Hi Elliott,

    Great, thank you! Still have a font question regarding these share buttons. I notice that the slide-over text “Share on Facebook” is still in Helvetica, while I’m using another font across the site. Is there a way to override Helvetica where it is still active?

    Best regards
    Poirot

    #527709

    Hey!

    use this code in Quick CSS field:

    #top .avia_hidden_link_text {
    font-family: verdana;
    }
    

    and choose any other font you want.

    Cheers!
    Andy

    #528188

    Hi Andy,

    Brilliant, thank you for your help!

    Best regards,
    Poirot

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Share buttons are partially hidden’ is closed to new replies.