alterring the dropdown menu styles
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 25 Apr 2018 19:29:52 +0000 (15:29 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 25 Apr 2018 19:29:52 +0000 (15:29 -0400)
changing the background color of the mobile menu panels

css/responsive.css
style.css

index 7abd5a4..0af877d 100644 (file)
@@ -45,7 +45,7 @@ Responsive CSS
                display: block;
                height: 40px;
                width: 40px;
-               background: url(../images/menu.png) no-repeat center #E3633B;
+               background: url(../images/menu.png) no-repeat center #00D3D1;
                text-indent: -9999px;
                cursor: pointer;
        }
@@ -68,7 +68,7 @@ Responsive CSS
                top: 100%;
                left: 0;
                width: 100%;
-               background: #E3633B;
+               background: #F28B59;
                padding: 10px 0;
                text-align: center;
        }
@@ -186,10 +186,10 @@ Responsive CSS
        }
        .main-navigation > ul > li{
                display: block;
-               border-bottom: 1px solid #DB5E39;
+               border-bottom: 1px solid white;
        }
        .main-navigation ul ul {
-               background: #db5e39;
+               background: #F28B59;
                position: static;
                font-size: 15px;
                display: none;
index 58623ec..681e336 100644 (file)
--- a/style.css
+++ b/style.css
@@ -21,8 +21,9 @@ AccessPress Parallax is based on Underscores http://underscores.me/, (C) 2012-20
 --------------------------------------------------------------*/
 #flags{
     position: absolute;
-    right: 0;
+    right: 50px;
     top: 5px;
+    width: 65px !important;
 }
 html,
 body,
@@ -590,7 +591,7 @@ Content
 --------------------------------------------------------------*/
 
 .mid-content {
-    width: 1000px;
+    width: 1200px;
     margin: 0 auto;
 }