thevelveteenstudio Posted October 13, 2021 Share Posted October 13, 2021 Site URL: https://www.thevelveteenstudio.com/ Hello, I'd like to move both buttons to beneath the footer logo, or ideally make them smaller and have them neatly side by side. Not sure how to go about this! PW: Finnegan1 Link to comment
Beyondspace Posted October 14, 2021 Share Posted October 14, 2021 On 10/13/2021 at 4:55 PM, thevelveteenstudio said: Site URL: https://www.thevelveteenstudio.com/ Hello, I'd like to move both buttons to beneath the footer logo, or ideally make them smaller and have them neatly side by side. Not sure how to go about this! PW: Finnegan1 Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { footer .button-block { position: absolute; bottom: 15%; width: 145px; } footer .button-block a { font-size: 12px; } footer .content .row .col:last-child .button-block { right: 0; } } 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
Beyondspace Posted October 14, 2021 Share Posted October 14, 2021 My result 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment