Fixed  Facebook recommendations width does not adjust to sidebar

As a temporary solution, you can change that in the news_feed_page_global template.

Code:
<fb:recommendations site="{$requestPaths.host}" width="250" height="300" header="false" font="trebuchet ms" border_color="@secondaryContent.background-color"></fb:recommendations>
 
As a temporary solution, you can change that in the news_feed_page_global template.

Code:
<fb:recommendations site="{$requestPaths.host}" width="250" height="300" header="false" font="trebuchet ms" border_color="@secondaryContent.background-color"></fb:recommendations>

Already done but thanks Brogan. :)
 
Top Bottom