galbers Posted December 3, 2022 Posted December 3, 2022 I'm looking to adjust the image height and width to the gallery. I've been able to adjust padding, margin, and border, but am lost on how to adjust the height and width. current code in CSS: .sqs-gallery-design-strip-slide { padding-right:10px; margin-left:10px; margin-top:0px; margin-bottom:0px; border-right: 1px solid #dcdcdc; height: 50%; } Website (demo page): https://cottonmule.com/infoalbersdesignscom PWord: password I'm looking to create something similar in size and feel to the Featured or Customer Creations, but only want it to be a gallery and not a product page. The idea is to show potential new customers what other customers have made, which will help with their creations.
Beyondspace Posted December 4, 2022 Posted December 4, 2022 13 hours ago, galbers said: I'm looking to adjust the image height and width to the gallery. I've been able to adjust padding, margin, and border, but am lost on how to adjust the height and width. current code in CSS: .sqs-gallery-design-strip-slide { padding-right:10px; margin-left:10px; margin-top:0px; margin-bottom:0px; border-right: 1px solid #dcdcdc; height: 50%; } Website (demo page): https://cottonmule.com/infoalbersdesignscom PWord: password I'm looking to create something similar in size and feel to the Featured or Customer Creations, but only want it to be a gallery and not a product page. The idea is to show potential new customers what other customers have made, which will help with their creations. Do you mean changing height of these items? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
galbers Posted December 5, 2022 Author Posted December 5, 2022 @Beyondspace No. I'm wanting to change the height and width of the gallery: To look more like: or: I want to showcase customer creations in a slideshow, but want the images to be 1:1 ratio and much smaller in size to get 4 or 5 images in a row while on desktop. Similar to what you might see with an instagram plugin.
tuanphan Posted December 9, 2022 Posted December 9, 2022 Try adding to Design > Custom CSS div#block-yui_3_17_2_2_1489859244360_15062 img { height: 50% !important; } div#block-yui_3_17_2_2_1489859244360_15062 { height: 350px !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