From f8cf90864e3215c0cefda80ee8dad326f32416fd Mon Sep 17 00:00:00 2001 From: Rachel Vasquez Date: Thu, 26 Mar 2026 08:15:42 -0400 Subject: [PATCH 1/6] add flex wrap to navigation menus in the header --- src/scss/structure/_header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/structure/_header.scss b/src/scss/structure/_header.scss index 209660f1..c81d02e3 100644 --- a/src/scss/structure/_header.scss +++ b/src/scss/structure/_header.scss @@ -318,6 +318,7 @@ &.menu { align-items: center; display: flex; + flex-wrap: wrap; margin: 0 auto; z-index: 10; } From 884d0394ec3937d0cb022036650a22cba427b843 Mon Sep 17 00:00:00 2001 From: Rachel Vasquez Date: Thu, 26 Mar 2026 14:40:44 -0400 Subject: [PATCH 2/6] in the process of bringing over pieces from the original footer-customizer-updates branch, except we want to support both the legacy/PHP footer and our patterned version --- footer.php | 8 +++++ inc/customizer.php | 40 ++++++++++++++++++++++- inc/variations.php | 79 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 126 insertions(+), 1 deletion(-) diff --git a/footer.php b/footer.php index 2baaef17..99d92f49 100644 --- a/footer.php +++ b/footer.php @@ -16,8 +16,16 @@