Sebo6200 Posted December 3, 2020 Share Posted December 3, 2020 Site URL: https://www.josefsalvat.com Struggling to get rid of the white space on mobile without cropping the site on desktop. Have tried a few custom css solutions but obviously not coding right for my template. can anyone help? thanks! Beyondspace 1 Link to comment
Beyondspace Posted December 3, 2020 Share Posted December 3, 2020 34 minutes ago, Sebo6200 said: Site URL: https://www.josefsalvat.com Struggling to get rid of the white space on mobile without cropping the site on desktop. Have tried a few custom css solutions but obviously not coding right for my template. can anyone help? thanks! pls try this @media only screen and (max-width: 600px) { section[data-section-id="5fc10f485147b14804593574"].page-section { height: 100vh !important; } } 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
Sebo6200 Posted December 3, 2020 Author Share Posted December 3, 2020 Thank you @bangank36! that worked perfectly. Do you know why there is a drop down menu icon showing on mobile also when there is no drop down menu within the site? Beyondspace 1 Link to comment
Beyondspace Posted December 3, 2020 Share Posted December 3, 2020 6 minutes ago, Sebo6200 said: Thank you @bangank36! that worked perfectly. Do you know why there is a drop down menu icon showing on mobile also when there is no drop down menu within the site? it's default behavior of mobile menu, do you want to hide it? @media only screen and (max-width: 768px) { #collection-5fc10a7c64571256546072fe .header-display-mobile { display: none; } section[data-section-id="5fc10f485147b14804593574"].page-section { height: 100vh !important; } } 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
Sebo6200 Posted December 4, 2020 Author Share Posted December 4, 2020 Thank you @bangank36 appreciate your help here Beyondspace 1 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