From 3186d6f08ad4943a4c1a4bf7c23aa5d7ad7c57dc Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Jan 2016 11:07:48 -0500 Subject: [PATCH] adjusting media menu item width in chrome --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 61caadb..98c38e3 100644 --- a/css/app.css +++ b/css/app.css @@ -6655,7 +6655,7 @@ header { @media screen and (-webkit-min-device-pixel-ratio: 0) { #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown { margin-left: -77px; - min-width: 350px; } } + min-width: 220px; } } #menu-top-menu-1 { margin-left: 16px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 33476dd..266f155 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -281,7 +281,7 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown{ margin-left: -77px; - min-width: 350px; + min-width: 220px; } } #menu-top-menu-1{ -- 2.17.1