Guest Posted November 11, 2020 Share Posted November 11, 2020 Site URL: http://www.takebackyourcareerpodcast.com Hi there, I am trying to increase the height of my footer in mobile only so that a floating web player script does not block the footer section. Is this possible? password: boots135 Thank you Link to comment
Beyondspace Posted November 11, 2020 Share Posted November 11, 2020 Try this custom css @media only screen and (max-width: 600px) { section[data-section-id="5f9772bfafc8884106cd18a1"] { margin-bottom: 150px; } } 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
Guest Posted November 11, 2020 Share Posted November 11, 2020 8 hours ago, bangank36 said: Try this custom css @media only screen and (max-width: 600px) { section[data-section-id="5f9772bfafc8884106cd18a1"] { margin-bottom: 150px; } } That worked perfectly; thank you @bangank36! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.