kenseeno Posted August 19, 2020 Share Posted August 19, 2020 Site URL: https://www.harmoniadesign.com/audiovisual Hi, I'm struggling to reduce the height of the Gallery Section on this page for mobile. It's too tall. Can anybody help with custom code? Thank you for your time! Ken --- https://www.harmoniadesign.com/audiovisual Password: Ella Link to comment
tuanphan Posted August 20, 2020 Share Posted August 20, 2020 Incorrect password. Can you check again? 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
kenseeno Posted August 20, 2020 Author Share Posted August 20, 2020 Hmmm, maybe try: ella All lowercase? Thank you!! Link to comment
tuanphan Posted August 20, 2020 Share Posted August 20, 2020 4 hours ago, kenseeno said: Hmmm, maybe try: ella All lowercase? Thank you!! Add to Page Settings > Advanced > Header <style> @media screen and (max-width:767px) { #page section:first-child { min-height: 20vh !important; height: 45vh; } .gallery-slideshow { margin-bottom: 0; } } </style> AnaDavisDesign 1 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
kenseeno Posted August 20, 2020 Author Share Posted August 20, 2020 Thank you very very very much! Link to comment
brianrolfephoto Posted January 31, 2022 Share Posted January 31, 2022 On 8/20/2020 at 11:29 PM, tuanphan said: Add to Page Settings > Advanced > Header <style> @media screen and (max-width:767px) { #page section:first-child { min-height: 20vh !important; height: 45vh; } .gallery-slideshow { margin-bottom: 0; } } </style> Just came across this solution and it looks like it worked for the OP but doesn't seem to make any change on when I try it on my slideshow. Is there a change I need to make to the code?? Site... https://brianrolfekids.co.uk Link to comment
SannaBuckhoj Posted February 1, 2022 Share Posted February 1, 2022 I need some help as well - I put a galley section in and found some copy to show both title and paragraph text. But, the gallery frame is too small, so some text dissapear and I dont get a good margin down at the bottom. In mobile view even more text dissapears. How can I use code to extend the lower part of the gallery block? Anyone who knows? Link to comment
tuanphan Posted February 7, 2022 Share Posted February 7, 2022 On 2/1/2022 at 4:52 AM, brianrolfephoto said: Just came across this solution and it looks like it worked for the OP but doesn't seem to make any change on when I try it on my slideshow. Is there a change I need to make to the code?? Site... https://brianrolfekids.co.uk Hi. Which page? On 2/1/2022 at 7:30 PM, SannaBuckhoj said: I need some help as well - I put a galley section in and found some copy to show both title and paragraph text. But, the gallery frame is too small, so some text dissapear and I dont get a good margin down at the bottom. In mobile view even more text dissapears. How can I use code to extend the lower part of the gallery block? Anyone who knows? Can you share link to page in screenshot? 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
brianrolfephoto Posted February 7, 2022 Share Posted February 7, 2022 It's these two pages with a simple slideshow gallery (just switched domains) https://brianrolfe.co.uk/main-home https://brianrolfe.co.uk/kidshome Link to comment
tuanphan Posted February 12, 2022 Share Posted February 12, 2022 On 2/7/2022 at 6:13 PM, brianrolfephoto said: It's these two pages with a simple slideshow gallery (just switched domains) https://brianrolfe.co.uk/main-home https://brianrolfe.co.uk/kidshome Add to Design > Custom CSS @media screen and (max-width:767px) { .gallery-slideshow { height: 45vh !important; } } brianrolfephoto 1 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
brianrolfephoto Posted February 13, 2022 Share Posted February 13, 2022 23 hours ago, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:767px) { .gallery-slideshow { height: 45vh !important; } } Perfect, thanks so much!! 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