diff --git a/readme.txt b/readme.txt index ade51c1..cade473 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: woothemes, jameskoster Tags: light, blue, brown, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready Requires at least: 4.0 Tested up to: 4.3.1 -Stable tag: 1.1.1 +Stable tag: 1.1.2 License: GPLv2 or later Image License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -16,6 +16,9 @@ Deli is the perfect child theme for smaller businesses who are looking to commun == Changelog == += 2016.01.11 - 1.1.2 = +* Fix - Mini cart positioning on handheld devices. + = 2015.12.04 - 1.1.1 = * Tweak - Improved navigation link hover color. * Fix - Improved compatibility with various Storefront extensions. diff --git a/style.css b/style.css index dae40c2..1df6958 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Description: Deli is a Storefront child theme featuring a texturised, earthy des Author: WooThemes Author URI: http://woothemes.com Template: storefront -Version: 1.1.1 +Version: 1.1.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: light, blue, brown, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready @@ -147,8 +147,7 @@ button.menu-toggle { -webkit-font-smoothing: antialiased; margin-bottom: 1.618em; text-shadow: none; - font-family: "Oswald", sans-serif; - position: relative; } + font-family: "Oswald", sans-serif; } .deli-primary-navigation::after { clear: both; content: ""; @@ -556,7 +555,8 @@ button.menu-toggle { margin-bottom: 2.618em; padding-top: 0; padding-bottom: 0; - box-shadow: 0 0.327em 0 rgba(0, 0, 0, 0.075); } + box-shadow: 0 0.327em 0 rgba(0, 0, 0, 0.075); + position: relative; } .deli-primary-navigation .smm-mega-menu { margin-left: 0; margin-right: 0; diff --git a/style.scss b/style.scss index 766ea3c..da22c7b 100644 --- a/style.scss +++ b/style.scss @@ -5,7 +5,7 @@ Description: Deli is a Storefront child theme featuring a texturised, earthy des Author: WooThemes Author URI: http://woothemes.com Template: storefront -Version: 1.1.1 +Version: 1.1.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: light, blue, brown, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready @@ -195,7 +195,6 @@ button.menu-toggle { margin-bottom: 1.618em; text-shadow: none; font-family: $condensed; - position: relative; a { font-weight: 400; @@ -770,6 +769,7 @@ button.menu-toggle { padding-top: 0; padding-bottom: 0; box-shadow: 0 .327em 0 rgba(#000,.075); + position: relative; .smm-mega-menu { margin-left: 0;