Home Forums WoodMart support forum WoodMart – “Sticky social links” don’t appear on mobile (only desktop)

WoodMart – “Sticky social links” don’t appear on mobile (only desktop)

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

    f.rehimli
    Participant

    Hello XTemos team,

    Summary
    The Sticky social links feature works on desktop but does not appear on mobile/tablet. It seems the markup is not rendered on mobile, so CSS cannot bring it back.

    #685069

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Custom CSS for mobile:

    .wd-sticky-social {
        display: flex !important;
    }

    Best Regards,

    #685160

    f.rehimli
    Participant

    Hi.Per your advice I added this in Theme Settings → Custom CSS → Custom CSS for mobile.
    Result: still not visible on mobile.

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