From 3e6c09adbb0218bbe8517a6a4ad441eb2e0de9ae Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Jan 2016 11:06:09 -0500 Subject: [PATCH] adjusting webkit chrome targeted style for media menu item --- 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 2200cc7..61caadb 100644 --- a/css/app.css +++ b/css/app.css @@ -6654,7 +6654,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: -402px; + margin-left: -77px; min-width: 350px; } } #menu-top-menu-1 { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index c232cd5..33476dd 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -280,7 +280,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: -402px; + margin-left: -77px; min-width: 350px; } } -- 2.17.1