Alexandru Posted August 21, 2022 Share Posted August 21, 2022 I am using a simple gallery grid that has 3 images per row on desktop, but I would like to have them stacked on mobile (one image per row). They are too small to be shown next to each other on mobile. If I change the settings on the mobile version, it affects the desktop design as well. Is it possible to have different layouts on desktop vs mobile? Link to comment
tuanphan Posted August 24, 2022 Share Posted August 24, 2022 Hi. Yes. Possible. If you share link to page where you use gallery, we can help easier 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
mattjenkins Posted September 13, 2022 Share Posted September 13, 2022 Hello @tuanphan, Im after the same solution. One column for Gallery Grid: Simple on Mobile: https://arugula-ladybug-m8r2.squarespace.com/work Matt Link to comment
tuanphan Posted September 17, 2022 Share Posted September 17, 2022 On 9/13/2022 at 10:47 AM, mattjenkins said: Hello @tuanphan, Im after the same solution. One column for Gallery Grid: Simple on Mobile: https://arugula-ladybug-m8r2.squarespace.com/work Matt Try adding to Design > Custom CSS @media screen and (max-width:767px) { .gallery-grid--layout-grid .gallery-grid-wrapper { grid-template-columns: repeat(1,1fr) !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
mattjenkins Posted September 17, 2022 Share Posted September 17, 2022 5 minutes ago, tuanphan said: Try adding to Design > Custom CSS @media screen and (max-width:767px) { .gallery-grid--layout-grid .gallery-grid-wrapper { grid-template-columns: repeat(1,1fr) !important; } } thanks @tuanphan this works perfectly. tuanphan 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