Add break line in buttons

Hi, how can I add break line in a button? I created a button that open a modal, I need 2 text line in the button: First line title, second line “press for more info” and an icon on left or right of the text (at the center of the 2 lines)

Damn, I’m trying to do the same thing and can’t find the way.

By using the Button Bric and adding a class to it, where you set the width dimension, so that the text wraps onto the next line. That gives you a two text line button but the text can’t be styled different, any changes to text will be for all text in the button. You can also add an icon to the button by using the settings panel to the right, when the button is selected. Just tick include icon.

Anything more advanced than that will have to be coded.

@AdamNotEve
I’m not sure that this solution works perfectly depending on the screen size.

1 Like

I think you’re probably right.