Hi
I try to style my gallery borders But does nor seem to work
Added #top div .avia-gallery { border-right: none; } but does not work
Besides that: the thumbs load in a strange way
Thanks Woutski
Hey Woutski,
Thank you for the inquiry.
Are you trying to remove the right border of the gallery? Adding the following css code should do the trick.
#top div .avia-gallery .avia-gallery-big {
border-right: 0;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael