Hi, I’m trying to make the .profileimage to be show in other size, but is impossible to make the CSS order to make change the size of the profile image.
It’s always showing the default size. But I need to use 48px and not 40px.
This is the code I use for zt_basic.css
Another problem is with the font-family. I want the module use the font of my template.Code:.fan_box .profileimage { display:inline; float: left; width:48; height:48; margin:0 0 4px; padding:0 10px 0 0; }
In IE9 this is working of, but in FF the font is the default font and not my template font.
Can anyone tell me why the module doesn’t recognize the CSS and reads the FB CSS?Code:.fan_box { font-family: Colaborate,Helvetica,Arial,sans-serif; }
Thanks!

Reply With Quote