Gus1987 Posted May 11, 2020 Share Posted May 11, 2020 Site URL: https://augustussung.com hello all, I'm using the Forte template. How do I make my gallery grid appear as a single column instead of two on mobile? Appreciate all the help. Thanks! Link to comment
ChromaticZero Posted May 11, 2020 Share Posted May 11, 2020 What's your site password? Link to comment
Gus1987 Posted May 11, 2020 Author Share Posted May 11, 2020 1 hour ago, ChromaticZero said: What's your site password? gussungforte Link to comment
tuanphan Posted May 11, 2020 Share Posted May 11, 2020 Add to Home > design > Custom CSS @media screen and (max-width:768px) { .sqs-gallery-design-grid-slide { width: 100% !important; } } 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
Gus1987 Posted May 11, 2020 Author Share Posted May 11, 2020 11 hours ago, tuanphan said: Add to Home > design > Custom CSS @media screen and (max-width:768px) { .sqs-gallery-design-grid-slide { width: 100% !important; } } thanks for the above @tuanphan! I have a couple more questions - 1. How do I ensure the dimensions are the same for every thumbnail? As you can see, the height of the 2nd thumbnail is shorter than the 1st. 2. The hover effect doesn't seem to be responsive. It appears intermittently. I'm not sure if there's any way to fix it? 3. And when the hover effect does appear, my text is not centralized. appreciate your help!!!! Link to comment
matthewhodges Posted June 23, 2020 Share Posted June 23, 2020 On 5/11/2020 at 9:51 AM, tuanphan said: Add to Home > design > Custom CSS @media screen and (max-width:768px) { .sqs-gallery-design-grid-slide { width: 100% !important; } } I came here wirth the same problem – I have an image gallery (with three images across) that goes to two across in mobile view, which doesn't look good. I just want it to be a single coloumn of images in mobile view. I tried the above CSS but nothing changed? Image attached. Link to comment
tuanphan Posted June 25, 2020 Share Posted June 25, 2020 On 6/24/2020 at 1:25 AM, matthewhodges said: I came here wirth the same problem – I have an image gallery (with three images across) that goes to two across in mobile view, which doesn't look good. I just want it to be a single coloumn of images in mobile view. I tried the above CSS but nothing changed? Image attached. Can you share link? We can check easier. 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
kjnparker Posted July 16, 2020 Share Posted July 16, 2020 @tuanphan I tried the code snippet above to force a 1-column version of the images in my grid view, but it didn't seem to change anything. Any other CSS that needs to be added for it to work? The site I'm trying to update is: kjnparker.com, password: quiteexploded Thanks! Link to comment
tuanphan Posted July 16, 2020 Share Posted July 16, 2020 9 hours ago, kjnparker said: @tuanphan I tried the code snippet above to force a 1-column version of the images in my grid view, but it didn't seem to change anything. Any other CSS that needs to be added for it to work? The site I'm trying to update is: kjnparker.com, password: quiteexploded Thanks! Add to Home . Design > cusotm CSS @media screen and (max-width:767px) { .homepage { figure.gallery-strips-item { width: 100% !important; transform: unset !important; position: static !important; } figure.gallery-strips-item img { height: auto !important; } .gallery-strips-wrapper.gallery-strips-list--ready { height: auto !important; } } } 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
matthewhodges Posted July 16, 2020 Share Posted July 16, 2020 On 6/25/2020 at 10:48 AM, tuanphan said: Can you share link? We can check easier. Hi – this is the site: https://www.matthodgesdesign.com/ I would like for the image gallery on the homepage to collapse to a single column in mobile view. There are other galleries on the site that I want this to happen for too, and some that I don't – so is there code I can target to specific pages? Thanks! Link to comment
kjnparker Posted July 16, 2020 Share Posted July 16, 2020 1 hour ago, tuanphan said: Add to Home . Design > cusotm CSS @media screen and (max-width:767px) { .homepage { figure.gallery-strips-item { width: 100% !important; transform: unset !important; position: static !important; } figure.gallery-strips-item img { height: auto !important; } .gallery-strips-wrapper.gallery-strips-list--ready { height: auto !important; } } } Worked like a charm. Thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.