Created
April 24, 2015 09:14
-
-
Save frankschrijvers/2d3b027c8425759889c5 to your computer and use it in GitHub Desktop.
Basic styling WooCommerce cart Genesis navigation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.mini-cart { | |
display: block; | |
float: right; | |
font-size: 16px; | |
line-height: 1; | |
margin-left: 2em; | |
padding: 30px 24px; | |
} | |
.mini-cart .amount { | |
margin-right: 1em; | |
} | |
.mini-cart .cart-count { | |
padding: .3em .6em; | |
position: relative; | |
width: 40px; | |
} | |
.widget_nav_menu { | |
width: auto; | |
float: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment