Skip to content

Instantly share code, notes, and snippets.

@nickkuijpers
Created April 14, 2015 22:09
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 nickkuijpers/18dd4c7f0b23316467ab to your computer and use it in GitHub Desktop.
Save nickkuijpers/18dd4c7f0b23316467ab to your computer and use it in GitHub Desktop.
WooCommerce Change Terms Positions Above Button
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
position:relative;
top:80px;
}
#payment .terms {
position:relative;
top:-40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment