lunarbri Posted May 21, 2020 Share Posted May 21, 2020 If I wanted to create some spacing in between two poster images, but the spacer tool does not get small enough due to squarespace's column system how would I do so? Is there a code I can inject to change the size of the columns or add padding between the images? Thanks! Link to comment
HunterGowins Posted May 22, 2020 Share Posted May 22, 2020 You can add CSS to adjust the spacing, but you'll need the class ID for the image elements. For example, if the Class was ( class = "image" ) you could do, .image { position: absolute; left: 100px; right: 0px; } Link to comment
tuanphan Posted May 22, 2020 Share Posted May 22, 2020 Can you share link to page in screenshot? We can take a look 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.