stephanilewis Posted September 17, 2021 Share Posted September 17, 2021 Site URL: https://www.stephanilewis.com/ozark Hello, I am working on a webpage and have gotten the web view how I would like however I can't find CSS to adjust the height of the gallery slideshow on mobile only. See screenshot below of what it looks like. I would like to increase the height of the slideshow so the bottom of the dark colored bar reaches the bottom of the mobile screen. URL: stephanilewis.com PW: newyork11 Thanks in advance. Link to comment
tuanphan Posted September 19, 2021 Share Posted September 19, 2021 Add to Design > Custom CSS > Then save & reload your site /* Ozark mobile slide */ @media screen and (max-width:767px) { body#collection-6123158458642907f4af4c5d .gallery-reel { height: 70vh !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
stephanilewis Posted September 20, 2021 Author Share Posted September 20, 2021 14 hours ago, tuanphan said: Add to Design > Custom CSS > Then save & reload your site /* Ozark mobile slide */ @media screen and (max-width:767px) { body#collection-6123158458642907f4af4c5d .gallery-reel { height: 70vh !important; } } This worked perfectly, thank you so so much!! 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.