Viewing 2 replies - 1 through 2 (of 2 total)
  • Try 100% width and see what happens. I do notice this sometimes with some themes so have used this CSS successfuly before:

    div[id^=___comments_],div[id^=___comments_] iframe,iframe #widget_bounds,iframe .Cba {
        width: 100% !important;
    }
    Thread Starter mediumdeviation

    (@mediumdeviation)

    Hmm, that didn’t work (I don’t think CSS written on the parent page can affect anything inside the iframe anyway?).

    Tried a few other things (adding the following to the CSS, changing the width back to 100%), and suddenly the comments are showing up again.

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

    I’ll mark this as resolved for now, though this seems to be an intermittent issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment width set to 0px on Firefox’ is closed to new replies.