Get button text on to one line Get button text on to one line wordpress wordpress

Get button text on to one line


Would you like to try using:

.btn {   white-space: nowrap;   text-align: center;}

While white-space: nowrap force the text in the button to never wrap, you can also make the button display as inline-block, so you don't have to give it a specific width.


You can just use non-breaking space ( ) between words in your html. It's rough but works in any browser. Also better to set left and right paddings inside the button.