From a049dbc224fe81df6398cb0649a2f52178e63b75 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Jan 2016 10:18:51 -0500 Subject: [PATCH] centering topLinks topbar dropdown --- css/app.css | 6 +++--- scss/_topbar.scss | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/app.css b/css/app.css index 855e3e1..37990e1 100644 --- a/css/app.css +++ b/css/app.css @@ -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%; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index d21aecf..6deaab2 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -246,10 +246,10 @@ 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; } @@ -257,7 +257,7 @@ 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%; -- 2.17.1