Add Native Hyphenation Control in Funnel & Website Builder
M
Marin Tavra
Currently, there is no built-in option to control hyphenation in Funnels and Websites.
This often causes display issues on mobile devices, where long words break incorrectly (e.g., a single letter moves to the next line), which looks unprofessional.
At the moment, this has to be fixed manually with custom CSS:
<style>
body {
hyphens: auto;
}
</style>
Feature Request:
-> Please add a native hyphenation setting in the builder, such as:
-> Enable/disable hyphenation
-> Language-based hyphenation rules
-> Global default setting per website/funnel
This would:
-> Improve mobile typography
-> Reduce the need for custom code
-> Create more professional and polished page layouts
Help non-technical users avoid layout issues
A small typography feature with a big impact on design quality and user experience.
Log In