Hello,
By default we’ve used the small sized bootstrap button class i.e
<button class="btn btn-grey btn-sm">Details</button>
Well, if you can customize the codes the xtra small(xs) button class you prefer is also available. for instance;
you can use <button class="btn btn-grey btn-xs">Details</button>
Note: Be sure you are familiar with the theme files and can customize it before you proceed.
Thanks!
-
This reply was modified 5 years, 11 months ago by
Bidur.