Skip to content

Commit

Permalink
WooCommerce: adjust padding on widget cart
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Sep 26, 2017
1 parent 6441977 commit 384c1ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/helpers/_woocommerce_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ Cart Widget
.badge{
position: absolute;
top: 10px;
margin-left: 4px;
}
}
}
Expand Down Expand Up @@ -291,7 +292,7 @@ Widget Cart in navigation

.widget_shopping_cart {
display: none;
padding: $padding-base-horizontal $padding-base-vertical;
padding: $padding-base-vertical $padding-base-horizontal;
}

@media (min-width: $screen-md-min) {
Expand Down

0 comments on commit 384c1ef

Please sign in to comment.