I added an iframe like box to a website: www.apf.no
But some of the images go out of proportions, how can I override this code?
.connect_widget .page_stream img {
max-width: 120px;
}
Thanks Caecilia
|
I added an iframe like box to a website: www.apf.no But some of the images go out of proportions, how can I override this code?
Thanks Caecilia |
||||
|
|
|
I finally got the images back to the correct width using the following code:
And the CSS is:
Please remember to add one to the .css?17 each time you update the CSS to prevent the use of a cached version of the CSS. |
|||
|
|
|
You need to use the older, but still supported fan-box to be able to add your own custom stylesheet, then any styling you like is possible including overriding the "max-width" See these posts for more details: http://www.speckygeek.com/how-to-add-facebook-like-box-to-your-website/ http://www.daddydesign.com/wordpress/how-to-customize-your-facebook-fan-box/ |
|||
|
|