From 871d8946b46d5be67dac4731d3c75dd84a26a54d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 30 Nov 2015 12:40:16 -0500 Subject: [PATCH] adjusting dropdown width for about stafford's list --- scss/_page.header.scss | 3 +++ scss/_topbar.scss | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/scss/_page.header.scss b/scss/_page.header.scss index bdec9ef..1dbc909 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -265,3 +265,6 @@ header .searchform input[type="submit"]:hover{ #about .top-bar .top-bar-section ul#menu-about-staffords li{ padding: 0px 31px !important; } +#input{ + display: none; +} \ No newline at end of file diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 299dece..d64763c 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -532,7 +532,7 @@ background: transparent; display: inline-block; padding: 0 7.5px; - width: auto; + width: 250px; height: auto; &:before { content: none; -- 2.17.1