 patamu Registered User |
Quote
|
| 2025-09-06 11:53:54 |
|
Is there a way in RocketCake to increase the spacing between characters?
TIA
patamu
|
 guest_David Guest |
Quote
|
| 2025-09-06 17:38:35 |
|
I was wondering that recently, too. But more so between words. Multiple spaces aren't possible.
|
 erik Registered User |
Quote
|
| 2025-09-06 18:42:18 |
|
You can do it like this: Right click the container or button you want to modify, select "HTML Code..." -> Additional css properties and enter something like this:
letter-spacing: 3px;
Will show up nicely when you click preview.
|
 guest_David Guest |
Quote
|
| 2025-09-07 11:33:31 |
|
Offtopic: Will it ever be possible to see the effects of the CSS in the editor?
|
 niko Moderator |
Quote
|
| 2025-09-09 08:55:20 |
|
There are so many CSS features supported by browsers today, so it's likely not possible for all with the current tech, but it will be improved all the time in upcoming updates.
|