Viewing 1 replies (of 1 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hey there. This issue is not caused by HD Quiz, but is caused by your ads.

    One of your adblocks is floating to the left. Since this adblock is larger than the width of your mobile site, it is pushing the page content out of visibility.

    Adding the following CSS to your site to stop this adblock from floating should fix the issue for you.

    @media (max-width: 767px){
        .td-a-rec-id-content_inlineleft {
            float: none !important;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile view’ is closed to new replies.