Archived topic
Header Widget Button Width
3 replies · Started by Paul on April 14, 2022
Hi,
Please see link below. What do I need to change for the button to display text in a single line instead of wrapping?
Thanks,
Paul.
Hi Paul,
You can add my-no-wrap class to your Button Block as such: https://share.getcloudapp.com/6quZbmwL
Then add this CSS in Appearance > Customize > Additional CSS:
span.gb-button.my-no-wrap {
white-space:nowrap;
}
Kindly let us know how it goes. :)
Hi Fernando,
That works perfectly, thanks for your help :)
You’re welcome Paul! Glad to be of assistance! Feel free to reach out anytime you’ll need assistance with anything else. :)