Did you encounter something similar (Divi menu)

Go to your WordPress Dashboard > Divi > Theme Options > Custom CSS and add the following:
header#main-header li a:after {
top: 10px !important;
}
Or …
header#main-header li a:after {
bottom: 10px !important;
}
Recent Comments