Tagged: gallery
Hi,
I have customized the Gallery element just the way I like it, but I can’t seem to find where to remove the unnecessary white border (left, right) on hover.
https://houraway.webstar.si/ljubljana-mountain-biking/
Please see screenshot:
https://houraway.webstar.si/wp-content/uploads/2021/03/2021-03-09-22_15_00.png
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top div .avia-gallery .avia-gallery-big {
padding: 0;
}
Cheers!
Yigit
Thnaks, but as you can see in my previous code I already had a padding set for #top div .avia-gallery .avia-gallery-big. It was 3px, because I would like to have the big picture and thumb edeges aligned, but also a 3px gap between big and thumb.
This is what it looks like now after putting 0 to padding:
https://houraway.webstar.si/wp-content/uploads/2021/03/2021-03-10-09_36_14.png
I hope I am clear enough about what I would like to accopmplish.
Hi,
Please set padding back to 3px and add following code to Quick CSS as well
#top div .avia-gallery .avia-gallery-big .image-overlay {
width: calc(100% - 6px) !important;
left: 3px !important;
}
Best regards,
Yigit
Hi, Yigit, it worked. Thanks very much.
Hi mattofelki,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria