Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #493503

    Hi, I inserted the shortcode [av_social_share title='Vielen Dank für Ihre Empfehlung.' style='' buttons=''] into a sidebar text widget. It works perfectly fine, but the tooltip of the right button gets cropped. I think the problem is the CSS attribute ‘overflow hidden’ of the sidebar but I don’t know how to solve the problem. Could you please help me?

    #493691

    Hi zarlekin!

    That’s correct but the sidebar needs the overflow hidden otherwise it will display beneath your content. Perhaps you would like to try reducing the size of the tooltips by dragging a codeblock element to the page and adding this inside.

    <style type = "text/css">
    .av-share-link .avia-related-tooltip {
      width: 90px !important;
    }
    #text-11 { position: relative; left: -20px; }
    </style>
    

    Regards,
    Elliott

    #494002

    Hi Eliott, thank you for the quick answer. So I just reduced the size of the tooltip in the Quick CSS to avoid cropping.
    Best regards, zarlekin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Tooltip of Social Share Buttons cropped in sidebar’ is closed to new replies.