Questions about REM in Webflow

WebFlow doesn’t support REM: when the body font-size is defined, if 1rem is used, it doesn’t apply the body font-size.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

REM takes its value from the font-size on the HTML-element, not the BODY-element. To style the HTML-element you need to add an embed-element in the designer and there manually code something like this:

<style>
   html { font-size: 20px; }
</style>
2 Likes

Hmm i see. what i wanted is an solution in WebFlow (designer mostly). Adding this after design the project can lead to problems.

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