likemindedproductions Posted June 3, 2022 Share Posted June 3, 2022 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. Link to comment
Web_Solutions Posted June 3, 2022 Share Posted June 3, 2022 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. Add these cone on Design > Custom CSS footer > .Footer-inner { display: flex; flex-direction: column-reverse; } Ainul and Create_Job 2 Link to comment
likemindedproductions Posted June 3, 2022 Author Share Posted June 3, 2022 4 hours ago, Web_Solutions said: Add these cone on Design > Custom CSS footer > .Footer-inner { display: flex; flex-direction: column-reverse; } Thanks but is there any way of just moving the footer nav? I planned on using the footer bottom blocks Link to comment
tuanphan Posted June 10, 2022 Share Posted June 10, 2022 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment