The DIVI Line
Hide the DIVI line
The Divi line that you dread, and can't remove
Below is the css code to remove the DIVI header line once and for all. Add this to your style.css:
@media all and (min-width: 981px) {
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {padding-top: 186px !important;}
}
Wala, line gone.

