graycpa Posted June 13 Share Posted June 13 Site password: Passion I have an image gallery across our home page and I like how it looks for desktop, but for mobile it does not look right. One image is below the others, and if I change the gallery type from strips to another that looks better, like masonry, it updates it for mobile and desktop. I either need to change the image gallery type for mobile only or find a way to make the gallery strip look good on mobile as well. Link to comment
tuanphan Posted June 15 Share Posted June 15 What is site url? 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
graycpa Posted June 15 Author Share Posted June 15 Sorry - https://kumquat-rabbit-8fnn.squarespace.com/ Link to comment
tuanphan Posted June 19 Share Posted June 19 On 6/16/2023 at 3:25 AM, graycpa said: Sorry - https://kumquat-rabbit-8fnn.squarespace.com/ Thank you. What is password? 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
Solution tuanphan Posted June 23 Solution Share Posted June 23 You can add this to Design > Custom CSS /* Gallery strips 2 columns mobile */ @media (max-width: 576px) { .gallery-strips .gallery-strips-wrapper { columns: 2; column-gap: 0; height: auto!important; display: block!important; padding: 0 5px; } .gallery-strips-item-wrapper { height: auto!important; } .gallery-strips-item { position: relative!important; transform: none!important; width: 100%!important; display: block; padding: 5px!important; box-sizing: border-box; } .gallery-strips .gallery-strips-item img { height: 100%!important; width: 100%!important; } } graycpa 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment