Created
August 18, 2016 05:11
-
-
Save RiaanKnoetze/e27cc865e73876ef9ddf27f489b8a91e to your computer and use it in GitHub Desktop.
Optimise WooCommerce cart display for Product Add-ons or products using custom option forms
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
.shop_table dl.variation dt { | |
margin-right: 5px; | |
float: left; | |
padding-top: 0.5em; | |
} | |
.shop_table dl.variation dd { | |
margin-right: 10px; | |
display: block; | |
clear: both; | |
padding-bottom: 0.5em; | |
border-bottom: 1px dashed; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment