Tagged: Break e-mail addresses
Hi!
Is there a way to make the e-mail addresses break nicely and not expand outside the columns like they do in my attached image?
Regards, Roger
Hey Technohead,
Please try the following in Quick CSS under Enfold->General Styling:
.avia_textblock span a {
word-wrap: break-word;
}
Best regards,
Rikard
Hi and thank you for a prompt reply!
That was a lot better but the letters break separately. Is it possible to make it break by word instead, or does that not work with email-addresses?
Regards, Roger
Hi,
I’m not sure if that is possible, but you might want to try this instead: https://www.w3schools.com/cssref/playdemo.php?filename=playcss_word-break&preval=break-word
Best regards,
Rikard