galbers Posted December 3, 2022 Share 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. Link to comment
Beyondspace Posted December 4, 2022 Share 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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
galbers Posted December 5, 2022 Author Share 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. Link to comment
tuanphan Posted December 9, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment