Currently, the implementation of the Gigya Comments API in gigya_comments module does not specify a width for the comments container. Gigya's service sets a default inline width of 500px, which may not look great on every theme.

It would be great if this was a configurable option in the Drupal module backend.

See here for a description of the available paramaters: http://developers.gigya.com/020_Client_API/020_Methods/socialize.showCom...

Comments

cameron tod’s picture

You can add this line to Drupal.behaviors.gigya_comments for a quick hacky fix if your 500px comments container is too narrow for your theme:

        Drupal.settings.gigya_comments.commentsUIparams.width = 'auto';
gambaweb’s picture

Status: Active » Closed (fixed)

this can be done in the comments advance settings.