I have this basic code to display a buttom link on an mjml document, and it kind of works but I want the clicable area to be the whole buttom.
Here is the code:
<mjml>
<mj-body>
<mj-section>
<mj-column>
<mj-button href="#" font-family="Helvetica" background-color="black" color="white" padding-top="50px" inner-padding="20px" width="70%">
GET YOUR TICKET
</mj-button>
</mj-column>
</mj-section>
</mj-body>
</mjml>
You can test the code live at https://mjml.io/try-it-live/