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

kaakuu’s picture

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.

wildmtsky’s picture

I put it in my style css something like:

#content .views-field-field-image-fid{
text-align: center;

}

and it seems to work. the stuff after the "." is the name of your field or view or whatever.