Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Kay Belardinelli

    (@kangabell)

    Hey, I’m not too familiar with Disqus, but I did find the culprit in the theme stylesheet that is causing the collision. To override it, you wanna add the following line of CSS:

    iframe {
    max-height: none !important;
    }

    The best place to add this is into a child theme. However, if you’re not familiar with child themes, you can add it this way instead:

    Under “Appearance”, click “Editor”, then find the file called “Header” or “header.php” on the right. Click to edit that, and then scroll down about 1/3 down the file and you will see a tag that says “<style>”. Directly after that, you can paste in the above code.

    This has not been tested but it should work. Let me know how it goes!

    Thread Starter whitneyd

    (@whitneyd)

    Yes! That fixed it, thank you so much!!

    Theme Author Kay Belardinelli

    (@kangabell)

    Marking resolved : )

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disqus comments being cut off?’ is closed to new replies.