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?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | facebook_comments_fulid_width_1570396_3.patch | 1.81 KB | itaine |
Comments
Comment #1
crawley commentedI have the same issue
Comment #2
itaine commentedIn facebook_comments.module change the following on line 330:
to
basically add the missing span selector.
Comment #3
itaine commentedHere is a patch to be applied against the 7.x-1.x-dev branch:
Comment #4
patoh commentedThanx Itaine.. Be sure to test this out.
Comment #5
wmostrey commentedThis has been committed: http://drupalcode.org/project/facebook_comments.git/commit/c0ec838
Thanks Fontaine!