How can I adjust and move items on a Webflow website if I am unable to resize or reposition them?

TL;DR
  • Ensure proper display and position settings, adjusting width/height if needed, and use 'Relative' position for movable items.
  • Inspect parent container settings and apply Flexbox/Grid layouts for flexibility in positioning and sizing.
  • Check for locked elements, style overrides, and interactions impacting movement, and refer to Webflow University for help.

Facing issues with adjusting and moving items on a Webflow website can be due to various reasons. Here's how you can address this problem.

​

1. Check Display Settings

  • Ensure the display settings of your elements (e.g., block, inline-block) are suitable for your layout needs.
  • Adjust the width and height properties if necessary to enable resizing.

​

2. Review Position Settings

  • Check the position settings of the items. Ensure they are not set to 'fixed' or 'absolute' if you want them to flow with the rest of the content.
  • Use 'Relative' position for items that need to move within their container.

​

3. Inspect Parent Containers

  • Examine the parent container settings. Sometimes restrictive settings on the parent can prevent child elements from being resized or repositioned.
  • Remove any overflow: hidden setting on the parent to see if this allows changes.

​

4. Use Flexbox or Grid

  • Apply Flexbox or Grid layout to your parent containers to allow more flexibility in positioning and sizing child elements.
  • Adjust the flex or grid properties such as justify-content, align-items, and grid-template-columns.

​

5. Unlock Locked Elements

  • Make sure elements are not locked. In the Webflow editor, right-click the element to see if it can be unlocked.

​

6. Clear Style Overrides

  • Remove any style overrides from media queries or custom classes that may restrict sizing or positioning.

​

7. Check for Interactions

  • Verify if interactions are affecting the movement or size of elements. Temporarily disable them to test.

​

8. Consult Webflow University

  • Use the Webflow University resources for tutorials and troubleshooting guides tailored to specific layout issues.

​

Summary

If you’re unable to resize or reposition items, ensure proper display, position settings, inspect parent containers, and utilize Flexbox/Grid. Check for locked state, style overrides, and interactions that may restrict movement. Use Webflow University for additional guidance.

Rate this answer

Other Webflow Questions