header on main page restored
This commit is contained in:
parent
c07ec322c1
commit
85dc088f32
@ -1,6 +1,17 @@
|
|||||||
<!-- wp:html -->
|
<!-- wp:html -->
|
||||||
<style>
|
<style>
|
||||||
/* KMC GLOBAL HEADER */
|
/* 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 {
|
.kmc-new-header-wrap {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: var(--wp-admin--admin-bar--height, 0px);
|
top: var(--wp-admin--admin-bar--height, 0px);
|
||||||
@ -72,7 +83,7 @@
|
|||||||
|
|
||||||
<div class="kmc-new-header-wrap">
|
<div class="kmc-new-header-wrap">
|
||||||
<div class="kmc-new-header-inner">
|
<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">
|
<div class="kmc-new-nav-right">
|
||||||
<nav class="kmc-new-nav-links" aria-label="Primary">
|
<nav class="kmc-new-nav-links" aria-label="Primary">
|
||||||
<a href="/pricing/">Pricing</a>
|
<a href="/pricing/">Pricing</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user