melrose2020 Posted November 20, 2020 Share Posted November 20, 2020 Site URL: http://mysoundingboard.life Hi Can anyone help me...on mobile, on the first section of the home page, the text is currently blocking the background image and I'm not sure what CSS code to use to move the text down? thanks! Beyondspace 1 Link to comment
Beyondspace Posted November 20, 2020 Share Posted November 20, 2020 27 minutes ago, melrose2020 said: Site URL: http://mysoundingboard.life Hi Can anyone help me...on mobile, on the first section of the home page, the text is currently blocking the background image and I'm not sure what CSS code to use to move the text down? thanks! Add this snippet into Design->Custom Css @media only screen and (max-width: 600px) { section[data-section-id="5f7c0b647e5e054ca0801673"] .content-wrapper { padding-top: 36vh; } } 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
melrose2020 Posted November 20, 2020 Author Share Posted November 20, 2020 11 minutes ago, bangank36 said: Add this snippet into Design->Custom Css @media only screen and (max-width: 600px) { section[data-section-id="5f7c0b647e5e054ca0801673"] .content-wrapper { padding-top: 36vh; } } Thanks for the quick response - I copy/pasted into CSS but it doesn't seem to work? Link to comment
melrose2020 Posted November 20, 2020 Author Share Posted November 20, 2020 It's OK - I added the !important and it worked - thanks again!! 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