How can I re-structure the layers and elements in my Webflow project to ensure the desired effect is working properly? Is there a way to make my two sections full screen size starting from the bottom of the menu until the end of the screen, rather than from the top?

Published on
September 22, 2023

To re-structure the layers and elements in your Webflow project and ensure the desired effect is working properly, you can follow these steps:

  1. Open the Webflow Designer: Log in to your Webflow account and open the project you wish to work on.

  2. Select the desired element: Identify the element that you want to move or reposition. You can do this by clicking on the element in the canvas or selecting it from the Navigator panel on the left-hand side.

  3. Use the Navigator panel: The Navigator panel allows you to see the structure of your project and easily navigate between elements. You can drag and drop elements within the Navigator panel to reposition them in the desired order.

  4. Change the stacking order: To change the layering of elements, you can adjust their z-index value. In the Style panel, go to the Position section and under the "Z-Index" property, enter a higher value for elements you want to be on top and a lower value for elements you want to be at the bottom.

  5. Use flexbox or grid: If you want to change the layout or positioning of sections or elements, you can utilize Webflow's flexbox or grid system. This allows you to easily create complex and responsive layouts. In the Style panel, navigate to the Display section and choose either "Flex" or "Grid" as the display property. Then, adjust the flex or grid settings to achieve your desired layout.

To make two sections full-screen size starting from the bottom of the menu until the end of the screen, follow these steps:

  1. Section setup: Select the first section you want to make full-screen and ensure that its height is set to 100vh (viewport height) in the Style panel. This will make the section fill the entire height of the viewport.

  2. Positioning: Set the position of the section to "Absolute" in the Position section of the Style panel. This allows you to position the section relative to its containing element.

  3. Top positioning: Set the top position of the section to 0. This will make the section start from the top of the viewport.

  4. Bottom positioning: In the same section, set the bottom position to 0. This will make the section extend to the bottom of the viewport.

  5. Z-index: If you have other elements, such as a menu, that you want to be above the full-screen sections, make sure to adjust their z-index value to be higher than the full-screen sections' z-index values.

By following these steps, you can easily restructure the layers and elements in your Webflow project and make sections full-screen size starting from the bottom of the menu until the end of the screen.

Additional questions:

  1. How do I change the stacking order of elements in Webflow?
  2. What are the benefits of using flexbox or grid in Webflow?
  3. Can I create custom animations or interactions in Webflow?