This is really strange issue.
I did found a work-around / fix for this issue.
In this case… I may be mis-understanding how css or Webflow works…
I created a body class
… (for the body of the page.)
![](https://us1.discourse-cdn.com/webflow1/original/4X/8/4/d/84da425436f4e98bb7ae49ed5073ee21d0c86cd7.png)
The only thing I changed in the class was
font-class
(Raleway 400 Normal)
background-color
(rbga(192,192,192,0.1))
- and
child-perspective
(1700)
The nav element
is FIXED TOP
![](https://us1.discourse-cdn.com/webflow1/original/4X/b/1/d/b1d2d59e4f5808f6f7a9220462e3131a7b78561f.png)
Webflow would create a 555px
PADDING-TOP
OR MARGIN-TOP
on the nav element
in design, published or exported view.
In testing… this is what I found:
Changing the body
child-perspective
to any value 1… or 100,000… creates the above 555px
nav element issue.
![](https://us1.discourse-cdn.com/webflow1/original/3X/6/b/6b2cd43500d3a79204189635d11afad78446de38.png)
Using any value in body
child-perspective
- also auto-changes the
nav element
position:bottom
to some random px
Notice below the value is 1846
. I’ve seen 1649
, 1572
, 1920
and several others.
![](https://us1.discourse-cdn.com/webflow1/original/4X/0/d/0/0d025e9e8f190d036d2e91298b1d9f4debbb4b61.png)
And you notice - the icon is not blue
- which means I didn’t change the value.
The only way to fix this… is to change body
Overflow:Hidden
on the body class
![](https://us1.discourse-cdn.com/webflow1/original/4X/c/5/9/c59bfa0bbb93247001c79751416a59e4cc91e2d2.png)
- but then of-course… this makes my form non-scrollable.
If I remove the body
child-perspective
from the body class…
![](https://us1.discourse-cdn.com/webflow1/original/3X/b/3/b39ce0e339745a3fae9e9ebef1b59665cac423c4.png)
![](https://us1.discourse-cdn.com/webflow1/original/4X/d/d/e/dde50d407888380e32d8c9628a09626643d1641e.png)
And neither value… 695 or 875 appears anywhere where in the CSS file.
I’m not sure what this 695 / 875 value is for…
If the value is not used… why is it in the designer. And what is it for ?
Another thing I noticed in the code…
Body
min-height
is not set…
![](https://us1.discourse-cdn.com/webflow1/original/4X/a/f/9/af972b42e7b9fd6a30a3e9bba0c0ffa19f6e9047.png)
but in the source code… the min-height
is always set to 100%.
![](https://us1.discourse-cdn.com/webflow1/original/4X/3/a/0/3a02fee288a5d9068f8de7334324bb6a5ee9f571.png)
I’m not sure if the 695
/ 875
issue from above - or this 100% min-height
thing it makes any difference.
I’m just pointing that
- there are things happening in the designer
that are
- different than what the source code tells you.