Nathan Parker
Nathan Parker
Add a wrapper div to the card and add Bootstrap's padding class `pb-3` (or add `padding-bottom:` via CSS). <DynamicScrollerItem :item="item" :active="active" :data-index="index" > <div class="wrapper pb-5"> <divclass="card"> ... </div> </div>...
Hey @JumpLink - If you only need to use the barba.js templates on page load, a much easier solution would be to fire an event upon completion, then initialize CartJS....
Hey @gavinballard - I've rewritten the settings.html file to convert to a settings_schema.json. Let me know if you'd like to check out the code.