header#g-header {
left: 0px;
position: fixed;
right: 0px;
top: 0px;
z-index: 100;
}
section#g-navigation {
left: 0px;
position: fixed;
right: 0px;
top: 90px; /* You may have to alter this value */
z-index: 100;
}
#g-page-surround > section#g-navigation + * {
padding-top: 140px; /* You may have to alter this value */
}
.g-offcanvas-toggle {
z-index: 110;
}
html.g-offcanvas-open header#g-header, html.g-offcanvas-open section#g-navigation {
left: 272px;
}
html:not(.g-offcanvas-open) header#g-header, html:not(.g-offcanvas-open) section#g-navigation {
left: 0px;
}
html.g-offcanvas-opening header#g-header, html.g-offcanvas-opening section#g-navigation {
transition: ease left 300ms 0s, ease right 300ms 0s;
left: 272px;
}
html.g-offcanvas-closing header#g-header, html.g-offcanvas-closing section#g-navigation {
transition: ease left 300ms 0s, ease right 300ms 0s;
left: 0px;
}
The following users have thanked you: Chris_Twemlow, Jeff Boulton, Paolo Coveri, Josep M, MartinK, betonicah, jtechmedical, Eoin, Zesharck, Kanata United Church
The following users have thanked you: Paolo Coveri
header#g-header {
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}
section#g-navigation {
left: 0;
position: fixed;
right: 0;
top: 110px;
z-index: 100;
}
section#g-showcase {
padding-top: 180px;
}
.g-offcanvas-toggle {
z-index: 110;
}
The following users have thanked you: jtechmedical
Time to create page: 0.080 seconds