centering topLinks topbar dropdown
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 15:18:51 +0000 (10:18 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 15:18:51 +0000 (10:18 -0500)
css/app.css
scss/_topbar.scss

index 855e3e1..37990e1 100644 (file)
@@ -6622,17 +6622,17 @@ header {
   margin-left: 5px; }
 
 #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown {
-  width: 55%; }
+  width: 100%; }
 
 #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a {
-  width: 55%;
+  width: 100;
   text-align: center; }
 
 .top-bar-section li:not(.has-form) a:not(.button) {
   background: none; }
 
 .top-bar-section ul li:nth-child(5) .dropdown {
-  min-width: 350px; }
+  min-width: 220px; }
 
 .top-bar-section ul li:nth-child(5) .dropdown > li {
   width: 100%; }
index d21aecf..6deaab2 100644 (file)
     margin-left: 5px; 
 }
 #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown{
-    width: 55%;
+    width: 100%;
 }
 #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a{
-    width: 55%;
+    width: 100;
     text-align: center;
 }
 
     background: none;
 }
 .top-bar-section ul li:nth-child(5) .dropdown{
-    min-width: 350px;
+    min-width: 220px;
 }
 .top-bar-section ul li:nth-child(5) .dropdown > li {
     width: 100%;