Vertical Header

@media (min-width: 1024px) {
    :root {
        --sticky-nav-width: 228px;
    }

selector {
    width: var(--sticky-nav-width);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

body>*:not(.elementor-location-header) {
    margin-left:  var(--sticky-nav-width);
}

/* Reset margin for Elementor lightboxes */
  body > .dialog-lightbox-widget,
  body > .elementor-popup-modal,
  body > .elementor-lightbox {
    margin-left: 0 !important;
  }
} /* Bug fix with vertical header */

 

Categories: