If you're reviewing a purchased Webflow template and trying to locate the “Wrapper” component, you’ll need to identify how the template designer labeled or structured it.
1. Check the Navigator Panel
- Open the Navigator panel by clicking the icon that looks like a stacked list on the left sidebar.
- Look for a Div Block or section commonly named something like Wrapper, Container, Main Wrapper, or Page Wrap.
- Expand parent elements to see nested structure—sometimes the “Wrapper” is deeply nested.
2. Use Search in Navigator
- Click the search icon at the top of the Navigator panel.
- Type "wrapper" to highlight any elements named with that term.
- Template creators often follow naming conventions, using class names like
wrapper, main-wrapper, page-wrapper, etc.
3. Examine the Style Classes
- Click on major sections or divs in the canvas area.
- On the right panel in the Style tab, check the class name. A common wrapper may use a utility class like wrapper, container, or section-wrapper.
- Template creators sometimes avoid the term “Wrapper” and instead use function-based names like
Section, Hero, or Content Block.
4. Look for the Max Width Constraint
- The “Wrapper” element usually defines the page width or layout constraint.
- Find elements with a set max-width value (commonly 1200px or 1440px) applied on the Style panel.
- These are likely to be wrapper containers even if they are not named “Wrapper”.
5. Use the Style Manager
- Go to the Style panel (paintbrush icon), and open the Selector dropdown.
- Scroll or search for any class containing the word wrapper.
- Click it to highlight any elements using that class.
Summary
To find the “Wrapper” in a Webflow template, check the Navigator panel, search for elements or classes named "wrapper", and look for max-width containers that likely serve as layout wrappers. Template naming may vary, so you're often looking for a class or div that constrains and centralizes page content.