Reduce height of the photos (Columns layout)

Add this code to the Custom CSS field on the Style tab of your Photo Gallery widget’s settings:

.eapp-photo-gallery-columns-main,
[class*='CarouselItem__CarouselItemContainer-sc'] div {
  height: auto !important;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face:

1 Like