marthabalfour Posted December 28, 2021 Share Posted December 28, 2021 Site URL: https://marthabalfour.com/ Hello, I would like to organise the footer on the mobile version so that the logo is at the top and the rest of the links at the bottom. What's the CSS for this? Password: MBS2021 Thanks! Link to comment
Solution Beyondspace Posted December 28, 2021 Solution Share Posted December 28, 2021 5 hours ago, marthabalfour said: Site URL: https://marthabalfour.com/ Hello, I would like to organise the footer on the mobile version so that the logo is at the top and the rest of the links at the bottom. What's the CSS for this? Password: MBS2021 Thanks! Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="61855bbe7695212749ad8070"] .sqs-layout .span-12 .span-8 > .row { display: flex; flex-direction: column; } section[data-section-id="61855bbe7695212749ad8070"] .sqs-layout .span-12 .span-8 > .row > .col:first-child { order: 2; } section[data-section-id="61855bbe7695212749ad8070"] .sqs-layout .span-12 .span-8 > .row > .col:last-child { order: 1; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you 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
Beyondspace Posted December 28, 2021 Share Posted December 28, 2021 My testing 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, 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment