Viewing 1 replies (of 1 total)
  • You can hide the box by adding this to your style sheet:

    @media (max-width: 979px) {
    #fbbox1 {
            display: none;
        }
    }

    This way the like-box will not show on your mobile phone or tablet.

Viewing 1 replies (of 1 total)
  • The topic ‘Troubleshooting on mobile devices’ is closed to new replies.