How to make facebook comment box width 100%?

前端 未结 9 560
逝去的感伤
逝去的感伤 2021-01-18 00:27

i am using this code to put a facebook comment box to my page,



        
9条回答
  •  逝去的感伤
    2021-01-18 00:54

    You can do this by adding CSS class in style sheet of your HTML page as:

    .fb-comments, .fb-comments span, .fb-comments iframe { width: 100% !important; }
    

提交回复
热议问题