Hey guys I’m struggling with increasing the text size of the button without increasing the actual button size. I would like to push the text more to the edge of the button. Is there any CSS I can apply to make that happen?
Hi @cezarzw,
Thanks for reaching out.
Is it the builder’s button element? You can change the right and left padding to zero to make the text flush to the edges of the button. Then set the button’s width to a fixed value.

You can play with the width to match the length of text.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.