diff --git a/2026-04-04_20-40-21.png b/2026-04-04_20-40-21.png new file mode 100644 index 00000000..f110c3a1 Binary files /dev/null and b/2026-04-04_20-40-21.png differ diff --git a/wp-content/themes/twentytwentyfour/assets/css/test1-shared-shell.css b/wp-content/themes/twentytwentyfour/assets/css/test1-shared-shell.css index 1f2c2f3d..75ed9b9d 100644 --- a/wp-content/themes/twentytwentyfour/assets/css/test1-shared-shell.css +++ b/wp-content/themes/twentytwentyfour/assets/css/test1-shared-shell.css @@ -11,6 +11,20 @@ padding-top: 20px; } +.test1-shared-cart-page { + min-height: 100vh; + display: flex; + flex-direction: column; +} + +.test1-shared-cart-page .site-main { + flex: 1 0 auto; +} + +.test1-shared-cart-page .classic-footer { + margin-top: auto; +} + .test1-shared-shell .site-header { position: sticky; top: 0;