Tagged: enfold, footer menu, full width
Hi K-team,
Goal: Full width footer menu
Issue: Menu wraps rather than extending full width.
Attempt to make this happen via CSS: (still wraps)
#footer .container { width: 100%! important; max-width: 100% !important; }
Site and creds in private.
Hey Julie,
Add this to quick css:
#footer .container{
padding-right:0px!important;
}
#footer .widget_nav_menu li{
padding:0 20px!important;
}
Best regards,
Jordan Shannon
Perfect! Thank you Jordan.
Hi,
No problem! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon