Skip to content

Instantly share code, notes, and snippets.

@Fl0rent
Last active February 27, 2024 10:08
Show Gist options
  • Save Fl0rent/fee90ffb3318925ff585efa5210d6988 to your computer and use it in GitHub Desktop.
Save Fl0rent/fee90ffb3318925ff585efa5210d6988 to your computer and use it in GitHub Desktop.
Ce code permet d'augmenter la taille des sous-menus de Divi
/*
largeur du menu déroulant
Ce code permet d'augmenter la taille des sous-menus de Divi
*/
#top-menu li li a {
width: 280px;
}
.nav li ul {
width: 300px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment