From 142cf9259c69702804f76b5ed12104a09149c34c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 29 Jul 2015 15:57:05 +0000 Subject: [PATCH] Fix mobile header zindex --- less/header.less | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/less/header.less b/less/header.less index 0ec8af0..c8dda5f 100644 --- a/less/header.less +++ b/less/header.less @@ -86,6 +86,11 @@ header { @media screen and (max-width: 890px) { + .logo { + top: 30px; + left: 30px; + } + // Nav-icon from: http://w3bits.com/animated-menu-icon-css/ .nav-icon { //margin: 1em; @@ -105,7 +110,7 @@ header { .nav-icon:after, .nav-icon:before, .nav-icon div { - background-color: @yellow; + background-color: #fff; border-radius: 3px; content: ''; display: block; @@ -146,10 +151,11 @@ header { #header { height: auto; min-height: 130px; + z-index: 10; } nav[role=navigation] { - background-color: #202020; + background-color: #222428; //margin: 0 -20px; // To offset the 20px margin from .content } @@ -174,10 +180,15 @@ header { padding: 0; float: none; text-align: center; + position: relative; li { float: none; margin: 0; + + a { + border: none !important; + } } a { -- 2.39.5