Topic-icon Why is Fan module extending beyond it's borders

Active Subscriptions:

None
12 years 9 months ago #35543 by petgal
Hi,
See
screencast.com/t/mAX0xdNheuG
The images of FB people are extending beyond the border of the module. is this a bug?
The topic has been locked.
Support Specialist
12 years 9 months ago #35551 by alzander
It's a responsive issue. It looks like if you add the following to your template, it will make the Like Box dynamically resize:
.jfbcfan, .jfbcfan .fb-like-box >span, .jfbcfan iframe, .jfbcfan .fb-like-box {
width: 100% !important;
}
We're working hard to implement fixes for each of the FB social modules that doesn't natively support responsive templates. This fix will *not* be in the upcoming v5.1.0 release, but should be in a release shortly thereafter when we can thoroughly test it more.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 9 months ago #35567 by petgal
Ok. Thanks. What kind of time frame are we talking about before it is officially implemented? Also, can you be a bit more specific for my non-technical self about where I can find this file, and where to insert the code? I expect this should go in some overrides folder.

Thanks.
The topic has been locked.
Support Specialist
12 years 9 months ago #35576 by alzander
Peter,
We'd likely include this in the v5.1.1 release, whenever that release is due. That would be a 'rollup' release of any issues found by users in the upcoming v5.1.0 release or minor improvements like these.

To add now, that line should go in your template's CSS file. It looks like the below file is likely the one you want:
/templates/refresh/css/template.css

I hope that helps,
Alex
The topic has been locked.