Display: Flex
with appropriate Flex Direction
and Justify
settings.Margin
or Padding
.Fixed Width
exceeding the viewport; use Max Width: 100%
or Width: Auto
.Hidden
if elements extend beyond the container.Width: 100VW
causing horizontal scroll.It sounds like there may be an issue with flexbox alignment, width settings, or overflow properties on your Webflow site. Below are some key areas to check:
Display: Flex
and Flex Direction: Row
(or Column
, depending on your design).Justify: Space Between
or Space Around
, try switching it to Flex Start
or Center
to see if it affects the spacing.Margin
or Padding
.Fixed Width
that exceeds the viewport.100%
for the problematic div to prevent it from extending outside the container.Width: Auto
instead of a specific pixel value.Overflow: Visible
.Overflow: Hidden
to help control unwanted excess width.Width: 100VW
or unexpected margin can cause an unwanted horizontal scroll.Inspect Element
in your browser to see which CSS rule is affecting the layout.Check flexbox alignment, sizing constraints, and overflow settings to troubleshoot the stacking issue on the Home and Leasing pages. If the problem persists, consider sharing the Webflow Read-Only Link for further analysis.