diff --git a/css/navigation/hamburger.css b/css/navigation/hamburger.css index a0d39a7..7a94ec4 100644 --- a/css/navigation/hamburger.css +++ b/css/navigation/hamburger.css @@ -66,6 +66,10 @@ div#hamburger a:hover, div#hamburger a:focus { color: #078d92; } +div#hamburger .menu .menu-dropdown .menu-dropdown > ul { + position: relative; + left: 0; +} @media (max-width: 768px) { @@ -92,6 +96,7 @@ div#hamburger .region.hamburger_menu > * { } div#hamburger .region.hamburger_menu ul { + position: relative; margin-bottom: 0; } @@ -227,6 +232,7 @@ div#hamburger .region.hamburger_menu > *:last-child { } div#hamburger .menu-list-item { + width: 100%; padding-left: 0; } diff --git a/css/navigation/header.css b/css/navigation/header.css index 85c1360..917302d 100644 --- a/css/navigation/header.css +++ b/css/navigation/header.css @@ -32,7 +32,13 @@ header .menu-item { header .header-main-outer-wrapper { margin-top: 20px; } - +header .menu-list-item { + display: inline-block; +} +header .menu-list-item a { + color: #FFF; + font-weight: 700; +} header .menu-list-item > a:hover, header .menu-list-item > a:focus, header a:hover, @@ -40,6 +46,17 @@ header a:focus { color: #333 !important; } +header .menu .menu-dropdown .menu-dropdown > ul { + position: absolute; + top: 0; + left: 100%; + z-index: 101; + min-width: 100%; +} +header .main-menu .menu-dropdown ul li a { + color: #333; +} + .header .navbar-right .menu .menu-item { display: inline-block; } diff --git a/css/navigation/menu.css b/css/navigation/menu.css index 2a56020..56658b7 100644 --- a/css/navigation/menu.css +++ b/css/navigation/menu.css @@ -58,6 +58,7 @@ header .menu-dropdown > ul { border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; + overflow: visible; } .menu > .menu-dropdown > ul {