Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter PrepVelvet

    (@prepvelvet)

    And one more thing how to remove “Leave a reply” text below the fb comment box ?

    screenshot : https://postimg.org/image/ofuznvrs3/

    Plugin Author Rajat Varlani

    (@the_champ)

    Hi there,

    FB comments adjust according to the width of its container element. However, if you resize the webpage, fb commenting width will not adjust dynamically. You have to refresh the page to make the commenting width adjust itself.

    You can try following CSS to make commenting responsive:
    .fb-comments, .fb-comments iframe[style] {width: 100% !important;}

    Try following CSS to remove Leave a reply:
    #respond h3{ display:none }

    Thread Starter PrepVelvet

    (@prepvelvet)

    Thanks for your quick response.

    Plugin Author Rajat Varlani

    (@the_champ)

    You’re welcome

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comments not responsive’ is closed to new replies.