Amazing Things for You​
/* Compact header */ .site-header { background: #ffffff; padding: 4px 16px; /* VERY SMALL PADDING */ border-bottom: 1px solid #e5e5e5; } /* Align logo + title */ .header-inner { display: flex; align-items: center; gap: 12px; } /* FIX HEADER HEIGHT HERE */ .logo-wrap img { height: 36px; /* 👈 controls header height */ width: auto; display: block; } /* Title */ .site-title { font-size: 18px; font-weight: 600; color: #111; line-height: 1; white-space: nowrap; } /* Kill Astra extra spacing */ body, #content, .site-content { margin-top: 0 !important; padding-top: 0 !important; }