Skip to content

Instantly share code, notes, and snippets.

@ramjamx
Created March 9, 2022 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramjamx/5e83ade8399b26da770aa37bf7a75cc3 to your computer and use it in GitHub Desktop.
Save ramjamx/5e83ade8399b26da770aa37bf7a75cc3 to your computer and use it in GitHub Desktop.
Cosas que necesito a la mano para elementor bb.
/* BREAKPOINTS */
/* MOBILE */
@media only screen and (max-width: 767px){}
/* TABLET and BELOW */
@media only screen and (max-width: 1024px){}
/* TABLET ONLY */
@media only screen and (min-width: 768px) and (max-width: 1024px){}
@media only screen and (max-width: 1024px){}
/* Para el menú movil*/
selector .elementor-nav-menu--dropdown{
height: 90vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment