Topic-icon Bad display of Facebook Page in module

Active Subscriptions:

None
7 years 7 months ago #59709 by cperrot
Hi

The facebook page is not being displayed properly in the module.
See priceless-exchange.com/jpe/

Regards

Cedric
The topic has been locked.
Support Specialist
7 years 7 months ago #59710 by mel
Your template has the following style which is altering how our social stream module is displaying:
.row-fluid {
margin-left: -20px;
margin-right: -20px;
}

The following will correct that for our module:
.sourcecoast .row-fluid {
margin-left: 0px;
margin-right: 0px;
}
The topic has been locked.
Active Subscriptions:

None
7 years 7 months ago #59724 by cperrot
thanks for that.
The topic has been locked.
Support Specialist
7 years 7 months ago #59725 by mel
No problem, glad it was a simple fix.
The topic has been locked.