Home Forums WoodMart support forum Sticky social links on mobile

Sticky social links on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #234208

    vindesign_it
    Participant

    Hi,

    Is there a way to add a sticky social links in mobile version ?

    Thanks 🙂

    #234258

    Hello,

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

    @media (max-width: 1024px){
    body .woodmart-sticky-social {
        display: flex;
    }
    }

    Best Regards

    #257965

    vindesign_it
    Participant

    Thank you 🙂

    #257987

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Sticky social links on mobile’ is closed to new replies.