By hamzah.qawasmi on
i create image gallery using views with grid style , i try to give space between images so i use this css code but dosnt make any effect ?
table.views-view-grid td{
margin: 4px ;
}
also i used this one but no effect
.views-view-grid td{
margin: 4px ;
}
any help ?
Comments
Same here
Huh!! Well, I tried the same thing yesterday whole day. No success. I think we need some help of css guru here. Some of the styles you do DO work in FF but not IE :\
Do you have Firebug? If yes, you might get some clue which I am missing.
I put it in my style css
I put it in my style css something like:
and it seems to work. the stuff after the "." is the name of your field or view or whatever.