gogreenmsu Posted November 11, 2020 Share Posted November 11, 2020 (edited) 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 Edited November 11, 2020 by gogreenmsu 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; } } gogreenmsu 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
gogreenmsu Posted November 11, 2020 Author 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! 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