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! 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; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.