From 96eba10788d3e000a137c4db27ddb77cf74a3cd8 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 8 Feb 2026 14:01:26 -0500 Subject: [PATCH] Make footer full width with 40px edge padding --- remarkbox_theme_meta/static/theme/meta/css/meta.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/remarkbox_theme_meta/static/theme/meta/css/meta.css b/remarkbox_theme_meta/static/theme/meta/css/meta.css index a8e1661..e579018 100644 --- a/remarkbox_theme_meta/static/theme/meta/css/meta.css +++ b/remarkbox_theme_meta/static/theme/meta/css/meta.css @@ -339,7 +339,9 @@ label.inline-label { } .rb-footer .container { - max-width: 960px; + max-width: 100%; + width: 100%; + padding: 0 40px; } .rb-footer-grid {