diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index ff4a773..869c9fb 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -3424,7 +3424,6 @@ p:last-child { margin-bottom: 0; } width: auto !important; } .footer-company-name { display: flex; align-items: center; } -.footer-company-name .company-brand { font-size: 1.5rem; color: #fff; white-space: nowrap; } .footer-tagline { font-size: .9rem; color: rgba(255,255,255,.5); margin-top: .75rem; margin-bottom: .5rem; } .footer-location { font-size: .8rem; color: rgba(255,255,255,.8); } .footer-location a { color: var(--color-primary); font-weight: 600; } @@ -3449,13 +3448,21 @@ p:last-child { margin-bottom: 0; } .footer-bottom { padding-block: 1.5rem; + display: flex; + align-items: center; + justify-content: space-between; + gap: 1rem; } .footer-bottom p { font-size: .8rem; color: rgba(255,255,255,.3); - text-align: center; + text-align: left; margin: 0; } +.footer-bottom .theme-toggle { + margin-left: auto; + margin-bottom: 0; +} /* ── 15a. FAQ Accordion ─────────────────────────────────────── */ .faq-list { diff --git a/theme/blocks/index.php b/theme/blocks/index.php index 9a0e676..44ba943 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -692,12 +692,6 @@ function oribi_render_site_header() { ] ); ?> -