alexcrawfo Posted July 20, 2022 Posted July 20, 2022 (edited) Site URL: http://www.alexcrawfo.com Hi guys! I am trying to emulate a page that I like and I am having trouble with changing the layout of the thumbnails in my slideshow. I want them to stack like a mini gallery bellow and not a carousel. I'll attach screenshots of the page I want to copy. Thanks! Edited July 20, 2022 by alexcrawfo more concise
Solution tuanphan Posted July 21, 2022 Solution Posted July 21, 2022 Try adding to Design > Custom CSS .sqs-gallery-design-strip .sqs-wrapper { width: 100% !important; left: 0 !important; display: flex; flex-wrap: wrap; } .sqs-block .sqs-gallery-thumbnails .sqs-gallery-design-strip-slide { width: 20% !important; } .sqs-gallery-design-strip { height: auto !important; overflow: visible !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment