Skip to content

Instantly share code, notes, and snippets.

@hbaker
hbaker / divi-float-menu-left.css
Created January 25, 2018 01:58
Divi Theme - Float Menu Left and Some Items Right
/** FLOAT MENU LEFT **/
@media only screen and (min-width: 768px) {
#et-top-navigation {
float: left;
padding-left: 317px; /* Adjust to accomodate width of logo */
width: 100%;
}
nav#top-menu-nav, nav#top-menu-nav #top-menu {
width: 100%;
}