Tagged: css calculations, height
Author | Posts |
---|---|
thinkgobig
November 21, 2018 at 5:44 pm
|
Heads up! this post was created when Microthemer was at version 5. The current version is 7. Some references to the interface may be out of date. can we use calcs on height, or css calcs in general in microthemer? |
Sebastian
November 21, 2018 at 9:56 pm
|
Hey, You can use calc in any GUI field. However, I think there may be some restrictions on using calc() with vh. I tried a few attempts but Chrome reported the rule to be invalid. calc(50vh) works, which is no different from 50vh, but calc(50vh – 100px) doesn’t. It seems browsers don’t support all combinations of units with calc(). I can offer some advice on alternative solutions if you would like to share your issue? Cheers, |