kelpcreative Posted November 20, 2021 Share Posted November 20, 2021 Site URL: https://www.capedorwines.com/ Hi everyone, I was wondering if there's a way to change the section height from Large on desktop to Medium on mobile for the home page video at the top. Any help or advice will be much appreciated! Many thanks Link to comment
Beyondspace Posted November 20, 2021 Share Posted November 20, 2021 2 hours ago, kelpcreative said: Site URL: https://www.capedorwines.com/ Hi everyone, I was wondering if there's a way to change the section height from Large on desktop to Medium on mobile for the home page video at the top. Any help or advice will be much appreciated! Many thanks Hi @kelpcreative, Is it the result you want to achieve? 2021-11-20_19-35-38.mp4 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
kelpcreative Posted November 22, 2021 Author Share Posted November 22, 2021 Hi @bangank36, Yes that's it ... only on mobile view. Is that possible? Many thanks Link to comment
Beyondspace Posted November 22, 2021 Share Posted November 22, 2021 2 hours ago, kelpcreative said: Hi @bangank36, Yes that's it ... only on mobile view. Is that possible? Many thanks Hi @kelpcreative, This is my setting for mobile. You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="61684bed7038d43656d541f6"] { min-height: 0 !important; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too kelpcreative 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
kelpcreative Posted November 22, 2021 Author Share Posted November 22, 2021 You're a legend, thanks! Beyondspace 1 Link to comment
melchiormahot Posted March 26 Share Posted March 26 On 11/22/2021 at 10:12 AM, Beyondspace said: Hi @kelpcreative, This is my setting for mobile. You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="61684bed7038d43656d541f6"] { min-height: 0 !important; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Oh that is amazing! I am also looking for something similar, but i would want the section to be Medium and not large and when i try your code, it makes it small, would there be a way to change it so that is medium and not small? Thank you so much x Link to comment
tuanphan Posted March 30 Share Posted March 30 On 3/27/2023 at 12:38 AM, melchiormahot said: Oh that is amazing! I am also looking for something similar, but i would want the section to be Medium and not large and when i try your code, it makes it small, would there be a way to change it so that is medium and not small? Thank you so much x Use this code @media only screen and (max-width: 767px) { section[data-section-id="61684bed7038d43656d541f6"] { min-height: 0 !important; height: 35vh !important; } } Adjust number 35 to number what you feel okay 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