Line Break Inside a Form Button

Yo,

I have a rather long text on form button.

No prob on desktop, but on mobile, half of the button is outside the screen.

Is there a way to add a line break to a form button?

Delete the original button and use embed code instead:

<button class="w-button" type="submit">First Line<br>New Line</button>

http://codepen.io/samliew/pen/WpeYOG

1 Like

it works, thanks brah!

This topic was automatically closed after 60 days. New replies are no longer allowed.