Skip to content

Instantly share code, notes, and snippets.

@damiencarbery
Last active January 17, 2018 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damiencarbery/8a191f8e5208a0afd6501a1ebb375a0d to your computer and use it in GitHub Desktop.
Save damiencarbery/8a191f8e5208a0afd6501a1ebb375a0d to your computer and use it in GitHub Desktop.
/* Add 'Proceed to Checkout' button above the cart table. */
.woocommerce .proceed-to-checkout-above-cart .checkout-button {
float: right;
margin: 0 0 1em 0;
}
@media (max-width: 768px) {
.woocommerce .proceed-to-checkout-above-cart .checkout-button {
display: block;
float: none;
margin: 0.5em 1em;
text-align: center;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment