How to Manually Position Your Pickup & Delivery Widget
You'll move the Bird Pickup & Delivery widget to the perfect location on your cart page when automatic placement doesn't work.
Widget placement controls where customers see your delivery date picker. Use manual placement when automatic positioning fails or when you need precise control.
Requirements: Use Chrome browser for these exact steps. Other browsers have different developer tools interfaces.
Find Your Target Element
- Open your cart page in a new browser tab
- Right-click the element where you want the widget positioned
- Common locations: cart footer, below cart items, above checkout button
- Select "Inspect element" from the context menu
Copy the CSS Selector
- Hover over the highlighted element in the developer tools
- The element shows a blue highlight on your page
- Right-click the HTML element in the developer panel
- Select "Copy" > "Copy selector" from the menu
Configure Widget Placement
- Navigate to your Bird app in Shopify admin
- Go to Settings > Widget Placement
- Paste your CSS selector in the placement field
- For CSS classes: Use format
.cart__footer
- For HTML IDs: Use format
#cart_footer
Adjust Position (Optional)
Use the Position dropdown to control placement:
- After the element: Widget appears below the target element
- Before the element: Widget appears above the target element
- Inside the element as first (top): Widget appears inside the element at the top
- Inside the element as last (bottom): Widget appears inside the element at the bottom
Verify Your Setup
- Save your changes in the Bird app settings
- Visit your cart page in a new browser tab
- Add items to cart to see the widget in action
Common CSS Selectors
Use these examples for popular theme structures:
- Dawn theme cart footer:
.cart__footer
- Debut theme cart section:
#cart-section
- Brooklyn theme cart actions:
.cart__btn-wrapper
- Minimal theme checkout area:
.cart-form__actions
Need help? Contact our support team with your store URL and desired widget location.
Updated on: 09/25/2025
Thank you!