To make a button viewable on mobile only (hidden on desktop), add this class to the button:
d-md-none
We added a button below this text. To view the button on this page, just view it on phone or open up Chrome Console to view in mobile on a desktop computer.
For full width add the following class:
d-md-none w-100
Please note: you must add d-md-none
on one line, and w-100
on second line (see screenshot below as a reference)
We added a button below this text. To view the button on this page, just view it on phone or open up Chrome Console to view in mobile on a desktop computer.