diff --git a/brand.css b/brand.css index e6e2f65..dc46fec 100644 --- a/brand.css +++ b/brand.css @@ -243,7 +243,7 @@ html[data-theme="light"] .otb-dot{ /* ===== OTB hamburger nav ===== */ .otb-menu-toggle{ - display:none; + display:none !important; margin-left:auto; width:46px; height:42px; @@ -275,7 +275,7 @@ html[data-theme="light"] .otb-dot{ @media (max-width: 1100px){ .otb-menu-toggle{ - display:flex; + display:flex !important; } .site-nav{ @@ -391,3 +391,28 @@ html[data-theme="light"] .otb-dot{ margin-top:8px !important; } } + + +/* ===== desktop nav force ===== */ +@media (min-width: 1101px){ + .otb-menu-toggle{ + display:none !important; + } + + .site-nav-right{ + display:flex !important; + width:auto !important; + flex-direction:row !important; + align-items:center !important; + gap:16px !important; + padding-top:0 !important; + } + + .site-navlinks{ + display:flex !important; + flex-direction:row !important; + align-items:center !important; + width:auto !important; + gap:16px !important; + } +}