Jump to content

Change footer order on mobile version

Go to solution Solved by Beyondspace,

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

  • Solution
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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

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

My testing result

image.png.051ef2278fd02586e5c7d1fcc0ff9d0a.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.