Skip to content

Commit

Permalink
Mini cart positioning on handheld devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonoronha committed Jan 11, 2016
1 parent d5875ab commit 3d8350c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: "";
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -195,7 +195,6 @@ button.menu-toggle {
margin-bottom: 1.618em;
text-shadow: none;
font-family: $condensed;
position: relative;

a {
font-weight: 400;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 3d8350c

Please sign in to comment.