From: Anthony Talarico Date: Thu, 28 Jan 2016 15:18:51 +0000 (-0500) Subject: centering topLinks topbar dropdown X-Git-Tag: v1.0.0^2~48 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a049dbc224fe81df6398cb0649a2f52178e63b75;p=WP-Themes%2Fsaultstemarie.git centering topLinks topbar dropdown --- 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%;