New Landing How can we help? Themeforest Theme Support Joyn Share buttons cutoff on mobile/tablet

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Joyn
  • #210465
    raubreysmith
    Member
    Post count: 2

    Hi,

    I’m using the split media/description layout for my client’s portfolio work.
    At 768px width (tablet portrait) the share email button is only partially visible.
    At <768px the button drops below the content and is left aligned resulting in the Pinterest button drawing completely outside of the view.

    Please can you suggest how I might fix these display issues? Centering the mobile button with a media query works but I’m not sure on the best route to tackle the tablet display.

    Thanks,
    Ross

    #210514
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Ross,

    A little CSS tweak is that is needed:

    @media only screen and (max-width: 479px) {
    .article-share.sharer-0 {
        display: block!important;
        margin-top: 90px;
        text-align: center!important;
    }
    }

    Thanks,
    David.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register