• How could i make the social media icons visible on mobile devices.
    I would like to have them also available when using any mobile device

Viewing 1 replies (of 1 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    try adding something like the following:

    @media screen and (max-width: 568px) {
    .social-media {
    display: block;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Social media Icons on mobile’ is closed to new replies.