Hi, Where can I specify the horizontal space AFTER gallery thumbnails on the post on WordPress? I’ve tried several options in Settings Margin -> Horizontal space Gutter Thumbnails Padding
but none of them worked in this article https://www.tuexperto.com/2018/05/24/repaso-las-principales-novedades-del-evento-global-acer/
Thanks in advance
Hi, This doesn’t seem to be a Responsive Lightbox gallery in use there. There’s no option for that currently but simple CSS would do the trick.
Like:
.rl-gallery { margin-bottom: 20px; }