Formatting Issue with File Embed Widget

The download button text in the file embed widget is wrapping. How can I fix this?

Here’s a link to view the issue: About the Cold Lake Snowmobile Club: Join the Fun!

Thanks in advance for anyone willing to help me fix this :slight_smile:

1 Like

Greetings, @OrgBliss and welcome aboard :waving_hand:

We’ve fixed the issue using this code in the Custom CSS field on the Appearance tab of your widget’s settings:

.eapp-file-embed-item-link {
  word-break: normal !important;
}

Please check your website and let me know if everything is fine now :wink:

2 Likes

Thanks so much! Works perfect.

1 Like

Wonderful, you’re always welcome :wink: