How to Customize the Divi Header
In this video tutorial, I am going to show you step by step how to customize the Divi header to make it look different and awesome. Use the CSS code below to align the secondary menu to the right.
#et-info, #et-secondary-menu>ul>li a {
display: block;
padding-bottom: .75em;
float: right;
}