Untitled

 avatar
user_5640414
css
a month ago
469 B
3
Indexable
Never
@media screen and (min-width:769px) {
  ul li ul.children {
    right: initial;
    z-index: 51;
  }

  ul li.menu-on-left ul.children {
    right: 0px;
  }

  ul li.primary-CTA ul.children {
    right: calc( 40px - (500px / 2) );
    bottom: 84px;
  }
}


/* Mobile sub menu ****/
@media screen and (max-width:768px) {
  ul li ul.children {
    bottom: 28px;
  }
}

/* For blur background ****/
.naviman_app_overlay {
    backdrop-filter: blur(5px);
    z-index: 20;
}
Leave a Comment