likemindedproductions Posted June 3, 2022 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.
Web_Solutions Posted June 3, 2022 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 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.
likemindedproductions Posted June 3, 2022 Author 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
tuanphan Posted June 10, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment