katieelder Posted May 11, 2022 Share Posted May 11, 2022 Site URL: https://www.katherineelder.com/ Hello, I would like for the gallery in page 'conact' at the top and 'bespoke' at the bottom to be displayed the tree of them together in a row to avoid one hanging down on mobile view. Is this possible with css? password: KatieElder2022 thanks! Link to comment
paul2009 Posted May 12, 2022 Share Posted May 12, 2022 Hello @katieelder The gallery is structured in a three column grid but Squarespace reduce this to 2 on mobile. We can override this behaviour by forcing this to 3 using some CSS. Try adding this to Design > Custom CSS: #collection-60e2268b3efe242986005c4b .gallery-grid-wrapper { grid-template-columns: repeat(3, 1fr)!important; } When saved, you should see something like the example below. Let me know how you get on. Notes: The 'collection ID' uniquely identifies the contact page on your site so that other pages are not affected by this styling change. For details of how to find the collection ID for other pages, see this guide. Was this post helpful? Please give feedback by clicking an icon below ⬇️ tuanphan 1 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. 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