Skip to content

Instantly share code, notes, and snippets.

@javimendezona
Created September 9, 2020 03:02
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 javimendezona/6090eff62eac300116763781cf211c02 to your computer and use it in GitHub Desktop.
Save javimendezona/6090eff62eac300116763781cf211c02 to your computer and use it in GitHub Desktop.
Fast install
<div class="fast-wrapper">
<fast-checkout-cart-button cart_id="{{cart_id}}" app_id="ef3232f7-ba92-4860-9db4-ff569766506e" />
</div>
<style>
.fast-wrapper {
clear:both;
margin-top:5px;
}
@media (min-width: 551px) {
.fast-wrapper {
margin-left: auto;
margin-right: 0;
width: 200px;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment