Why is the 100VH minimum height setting not working properly in my Webflow website's opening section, causing the content to be cut off instead of respecting the content inside the section?

Published on
September 22, 2023

The 100VH minimum height setting in Webflow may not work properly in certain scenarios, causing the content to be cut off instead of respecting the content inside the section. This issue typically occurs when there are elements inside the section that have a fixed height or when there is an overflow set on the section or its parent elements. Here's why this problem might be happening and how you can fix it:

  1. Fixed height elements: When you have elements inside the section that have a fixed height, such as an image with a specific pixel height, they can cause the section to expand beyond the viewport height, resulting in content being cut off. To fix this, make sure all elements within the section have a height set to "auto" or a percentage value relative to the parent container.

  2. Overflow settings: If the section or its parent elements have an overflow set to "hidden" or "scroll," it can hide the content that exceeds the specified height. To resolve this issue, check the overflow settings for the section and its parent containers. Set the overflow property to "visible" or remove it entirely to ensure the content inside the section is displayed properly.

  3. Padding or margin issues: Sometimes, the issue can arise from incorrect padding or margin settings on the section or its child elements. If the padding or margin is set to a large value, it can push the content outside of the section and cause it to be cut off. Verify the padding and margin settings for the section and its child elements, ensuring they are appropriately defined and not excessive.

Additionally, it's essential to remember that the viewport height (VH) unit calculates the height relative to the size of the browser window. If there are other elements or components on the page with specific heights, they can impact the effectiveness of the 100VH minimum height setting. Be mindful of other elements and their impact on the layout.

In summary, if the 100VH minimum height setting is not working as expected in your Webflow website's opening section, it is likely due to fixed height elements, overflow settings, or padding/margin issues. By reviewing and adjusting these aspects, you can ensure that the content within the section is appropriately displayed without being cut off.

Additional Questions:

  1. How do I adjust the height of elements within a Webflow section?
  2. What is the recommended approach to handle content overflow in Webflow?
  3. Why are my Webflow sections not expanding to the full height of the viewport?