Skip to content

Instantly share code, notes, and snippets.

@RiaanKnoetze
Created August 18, 2016 05:11
Show Gist options
  • Save RiaanKnoetze/e27cc865e73876ef9ddf27f489b8a91e to your computer and use it in GitHub Desktop.
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
.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