Hello,
I have tried to remove the backgrounds ( black and grey) of the gallery but without success. I wrote to the people from the TN3 gallery and these are the codes they sent me , but it doesn't work in the CSS custom editor of the Graphene theme. M'I missing something?
http://www.etnofoco.com/wordpress1/?page_id=577
After reflexion, instead of taking out the black background , I would like to be able to resize it!
Thanks a lot!
This is the code for the grey background :
.tn3e-gallery {
position: relative;
width: 960px;
height: 550px;
line-height: normal;}
"and to remove the black area you should edit the class ".tn3e-image" to look like this:"
.tn3e-image {
position: absolute;
left: 20px;
top: 20px;
width: 920px;
height: 360px;
}
