Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Is it possible to create 'Gallery Row Gaps' as well as 'Gallery Columns Gaps'?
Hi Luke,
It is not possible to manage the row and column gaps but you can do that using custom CSS, try adding this to Custom CSS:
.single-portfolio-holder .gallery .row > div { padding-left: 6px !important; padding-right: 6px !important; } .single-portfolio-holder .gallery .photo, .single-portfolio-holder .gallery .portfolio-video, .single-portfolio-holder .gallery .portfolio-images-slider, .single-portfolio-holder .gallery .comparison-image-slider { margin-bottom: 6px !important; }Best regards,
Laborator Team