Skip to content

Instantly share code, notes, and snippets.

@MAXHEADR0OM
Created July 25, 2018 14:37
Show Gist options
  • Save MAXHEADR0OM/82cc2b7241ac144b335f21ba46a10d9c to your computer and use it in GitHub Desktop.
Save MAXHEADR0OM/82cc2b7241ac144b335f21ba46a10d9c to your computer and use it in GitHub Desktop.
Make Divi Drop Down Menu Wider
/* Paste this line of code in the style.css file in the Divi editor under appearance */
/* You can change the width to whatever value you need */
.nav li ul { width: 280px; }#top-menu li li a { width: 240px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment