Yolandi Posted January 14, 2022 Share Posted January 14, 2022 Site URL: https://dog-cornet-76am.squarespace.com/ Hi, I have some text and a button on my homepage over a background image that I would like to move below the image on mobile only. I got some custom css, but it doesn't seem to be working. Do you have any suggestions? Link to comment
Beyondspace Posted January 16, 2022 Share Posted January 16, 2022 On 1/15/2022 at 1:12 AM, Yolandi said: Site URL: https://dog-cornet-76am.squarespace.com/ Hi, I have some text and a button on my homepage over a background image that I would like to move below the image on mobile only. I got some custom css, but it doesn't seem to be working. Do you have any suggestions? What is your protected password? 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, Keyword HighlighterIf 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
tuanphan Posted January 17, 2022 Share Posted January 17, 2022 Solved with this CSS @media screen and (max-width: 767px) { [data-section-id="61e0906eabd60e5d86bb0e0a"] { margin-top:300px; } div#page-section-61dde717eaead45934c7a3bf { position: relative; top: 350px; } div#page-section-61dde717eaead45934c7a3bf * { text-align: center !important } } Find ID with tool: https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Yolandi Posted January 17, 2022 Author Share Posted January 17, 2022 That worked, thank you so much! 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