How to make a long url spread into two lines

Hi,

Is there any way to auto split the the long url in to two lines so it fits to display in tablet mode?

something like this: Edit fiddle - JSFiddle - Code Playground

Cheers,
Skye

Here is my public share link: Webflow - New Acton South

do you have a public link? the one you posted is not a public share link but a regular published url.

  1. Paste this in Site Settings > Custom Code > Header Code

    a {
    word-wrap: break-word;
    }

  2. Remove inline-block from your link.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.