I can only enter integer em values in Webflow interface for box and text shadow. I need to be able to apply decimal values here.
How to replace error:
Create Box or Text shadow
Enter Decimal EM value
How do I produce this in webflow?
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
text-shadow: .5em .6em .7em red;
}
</style>
</head>
<body>
<h1>Text-shadow effect!</h1>
<p><b>Note:</b> How do I do this in webflow?</p>
</body>
</html>
Thanks for posting about this — this is definitely odd!
I’ve reported the issue to our team and we’ll look into adding this. Part of our team is hard at work resolving issues and updating our Style Panel and this issue will likely be fixed as one part of a larger update.
I’ll definitely keep you posted as we look into this more though.