Forums
Forums / Theme: Twenty Seventeen / Horizontal Footer
(@wayne2346)
8 years, 3 months ago
Hello,
I am trying to change my footer on the home page from vertical to horizontal.
I tried using this code but it wouldn’t work:
.footer-widgets .widget_nav_menu li { float: left; margin-right: 15px; }
Any suggestions? Thank you in advance
The page I need help with: [log in to see the link]
(@anevins)
WCLDN 2018 Contributor | Volunteer support
In the “Additional CSS” section of the dashboard add this:
.menu-imperial-database-footer-container li { display: inline-block; margin-left: 10px; } .menu-imperial-database-footer-container li:first-child { margin-left: 0; }
https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress
Hi Andrew,
It worked. Thank you very much for your assistance.
The topic ‘Horizontal Footer’ is closed to new replies.