dorotapo Posted December 17, 2021 Share Posted December 17, 2021 Site URL: https://dorotaporebska.com Hi Do you know how to change spacers between images on image page (its now gallery page ) in supply template. There is no option for that in this template. I want spacers to be smaller. Thank you Link to comment
Solution paul2009 Posted December 17, 2021 Solution Share Posted December 17, 2021 5 hours ago, dorotapo said: Do you know how to change spacers between images on image page The page in your screenshot currently contains Image Blocks. By default, each block will have 17px of space around it, giving 34px between images. You can amend this with some CSS (add to Design > Custom CSS). For example, to set the padding around each image to be 4px, you could use: .sqs-block-image { padding: 4px!important; } CSS will affect all pages by default, so if you want to limit the effect to a specific page you'll need to refer to the page's unique Collection ID. For example, to limit this to the /303-avenue-paris page, you could use this instead: #collection-618a9fac8cb56b570a1de548 .sqs-block-image { padding: 4px!important; } If this post has helped you, please click a 'Like' or 'Thanks' icon below ⬇️ dorotapo 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
dorotapo Posted December 17, 2021 Author Share Posted December 17, 2021 Thank you so much! It works:) paul2009 1 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