Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1249693

    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.

    #1249802

    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

    #1249877

    Perfect! Thank you Jordan.

    #1249947

    Hi,

    No problem! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold Footer Full Width’ is closed to new replies.