In this blog, we are going to learn about the way to make full-width Divi mobile menu This code will work for all Divi WordPress website
Paste the below code to Theme Options.
.container.et_menu_container {
width: calc( 100% - 60px);
}
.et_mobile_menu {
margin-left: -30px;
padding: 5%;
width: calc( 100% + 60px);
}