Remove white space beneath Facebook comments plugin

后端 未结 7 1013
逝去的感伤
逝去的感伤 2021-02-06 04:41

Take a look at the this link. Scroll down a bit and you should see a Facebook comments plugin with an embedded Google map right beneath it.

My problem is, there is a ton

相关标签:
7条回答
  • 2021-02-06 05:34

    i solved it by setting the height on the . im using the facebook plugin in wordpress. you can find that file under /wp-content/plugins/facebook/social-plugins/comments.php in line 75 or set it to css

    #respond{
    height: 112px;
    }
    
    0 讨论(0)
提交回复
热议问题