Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #547996
    #548101

    Hi dannhanks!

    Yes, there is an overflow: hidden on the sidebar but it needs to be there for now otherwise the sidebar will display at the bottom of the content. What we could try is adding some padding to the buttons so the tooltip is more visible. Send us a link and we’ll take a look.

    Best regards,
    Elliott

    #548155

    hi – link below – sorry – cant make it public as is in development still and am not allowed to make public.

    You will fnd the share links bottom right, in footer column one.

    thanks!!

    #548463

    Hey!

    Did you mean in the footer? That’s the only place where I see the buttons. That’s an easy fix, add this to your custom CSS.

    #footer .widget { overflow: visible !important; }
    

    Cheers!
    Elliott

    #548755

    hi, thanks for this! this is helpful although it was a bad example. I hadnt done the footer one before. It was the sidebar I always struggle with. If you look at the site now, I have added the shortcode to the sidebar. I tried, based on your code above
    .sidebar .widget { overflow: visible !important; }

    but this didnt work.

    thanks!

    #549485

    Hi,

    I couldn’t see any sharing buttons in the sidebar on the page you linked to, not sure if that’s even a sidebar? Please link directly to a page where we can see the elements as we need to inspect them in order to give you custom CSS.

    Regards,
    Rikard

    #549596

    sorry – see link below – share is bottom right:

    #550126

    Hi!

    Add this to your custom CSS.

    aside .av-share-box .avia-related-tooltip {
        width: 90px !important;
    }

    Regards,
    Elliott

    #550493

    HI, thanks for this. its worked nicely.

    : )

    Dann

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘share links in widgets/ sidebars’ is closed to new replies.