Jump to content

Move footer navigation to top of footer

Recommended Posts

  • Replies 3
  • Views 272
  • Created
  • Last Reply

Top Posters In This Topic

2 hours ago, likemindedproductions said:

Site URL: https://walrus-mauve-mzzp.squarespace.com

Password: temp

Hi,

I want to move the footer navigation from the bottom of the footer to the top of the footer. Tried searching around but can't find a solution.
Any help would be greatly appreciated.

Screenshot 2022-06-03 at 15.46.34.png

Add these cone on Design > Custom CSS

footer > .Footer-inner {
  display: flex;
  flex-direction: column-reverse;
}

 

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Link to comment
On 6/4/2022 at 5:14 AM, likemindedproductions said:

 

Thanks but is there any way of just moving the footer nav?
I planned on using the footer bottom blocks

Remove above code & use this code

@media screen and (min-width:641px) {
nav.Footer-nav {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
}
.Footer-inner.clear {
    position: relative;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (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.