header on main page restored
This commit is contained in:
parent
c07ec322c1
commit
85dc088f32
@ -1,6 +1,17 @@
|
||||
<!-- wp:html -->
|
||||
<style>
|
||||
/* KMC GLOBAL HEADER */
|
||||
html, body, .wp-site-blocks {
|
||||
overflow-x: clip !important;
|
||||
/* Ensure overflow-y is not hidden or auto, otherwise sticky breaks */
|
||||
overflow-y: visible !important;
|
||||
}
|
||||
body .wp-site-blocks > header {
|
||||
position: sticky !important;
|
||||
top: 0 !important;
|
||||
z-index: 9999 !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
.kmc-new-header-wrap {
|
||||
position: sticky;
|
||||
top: var(--wp-admin--admin-bar--height, 0px);
|
||||
@ -72,7 +83,7 @@
|
||||
|
||||
<div class="kmc-new-header-wrap">
|
||||
<div class="kmc-new-header-inner">
|
||||
<a href="/" class="kmc-new-logo">Kevin McKeand Coaching</a>
|
||||
<a href="/" class="kmc-new-logo">Founder Coaching</a>
|
||||
<div class="kmc-new-nav-right">
|
||||
<nav class="kmc-new-nav-links" aria-label="Primary">
|
||||
<a href="/pricing/">Pricing</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user