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

    Hi,
    We added custom social media images to footer.php and it works fine on desktop, but the links don’t work on mobile or tablets. Can you please take a look and advise on how to get this working? Thanks.

    #1200871

    Hey GWS,
    Sorry for the late reply, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .socket-brand {
    	z-index: 20;
        position: relative;
    }
    #socket > .container {
    	z-index: 0;
        position: relative;
    }

    Best regards,
    Mike

    #1201279

    That did the trick. Thank you very much!

    #1201447

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘links not working in footer.php on mobile’ is closed to new replies.