juliengoldstein Posted October 8 Posted October 8 Hello, I would like to add space between the images in Reel mode. Is it possible? Thank you very much in advance. Julien
Solution Spark-Plugin Posted October 8 Solution Posted October 8 Hi @juliengoldstein! You can try this code: Navigate to Pages > Website Tools > Custom CSS. Paste the code into the CSS editor. Hit Save and you’re done Note: Play around with the % value. @media only screen and (min-width: 767px) { .gallery-reel-item img { width: 97% !important; height: auto !important; } } Hope it helps:) - Answered by Iuno from sparkplugin.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment