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 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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