Hello, First all thank you for the awesome module.. It works fine on desktop version but when i use mobile view the comment box doesn't fit to width it still shows up the full 620 px view. i have the " Fluid Facebook comment plugin width (nodes) " checked but it still won't make it fluid. anyone have any idea how to fix this?

Comments

crawley’s picture

I have the same issue

itaine’s picture

In facebook_comments.module change the following on line 330:

drupal_add_css('.fb-comments-fluid, .fb-comments-fluid iframe[style] {width: 100% !important;}', array('type' => 'inline'));

to

drupal_add_css('.fb-comments-fluid span, .fb-comments-fluid iframe[style] {width: 100% !important;}', array('type' => 'inline'));

basically add the missing span selector.

itaine’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.81 KB

Here is a patch to be applied against the 7.x-1.x-dev branch:

patoh’s picture

Thanx Itaine.. Be sure to test this out.

wmostrey’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.