Hello,
I want to dispaly images in a gallery. The options seem to be very limited. Please send CSS so I can adjust:
1. spacing between images
2. get rid of the grey border around images.
Thanks
Pete
Hey ausgesonnen,
Please try the following in Quick CSS under Enfold->General Styling:
#top .avia-gallery-thumb a {
border-color: transparent;
}
#top .avia-gallery img {
padding: 5px;
}
Best regards,
Rikard
Ok added this to CSS. Doens’t work.