Move Footer Widgets Below Bottom Menu
-
I’m working on this website and need some expertise on how to move the footer widget where I’ve put the copyright info underneath the bottom menu on https://misshospitality.net/
Any help would be great.
Thanks!The blog I need help with is: (visible only to logged in users)
-
Hi there!
Please add the following CSS and check if it works for you.
#colophon .container { display: flex; flex-direction: column; } .footer-widgets { order: 2; } .footer-widgets + .footer-bottom { order: 1; padding-top: 30px; }You can add custom CSS to your WordPress.com blog using the CSS Editor in My Sites → Customize → CSS in your blog dashboard.
- The topic ‘Move Footer Widgets Below Bottom Menu’ is closed to new replies.