How to use bootstrap classes in checkout ? Example -
<div class="row">
<div class="col-sm-6">
here shipping information & payment information show
</div>
<div class="col-sm-6">
And here order summary will be show
</div>
</div>
How to use bootstrap classes in checkout ? Example -
<div class="row">
<div class="col-sm-6">
here shipping information & payment information show
</div>
<div class="col-sm-6">
And here order summary will be show
</div>
</div>