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?
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
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