I have a big space between my bundle and the “add to cart” button. I think there is a code that creates this space. Help me to delete the space please.
Topic summary
A user encountered excessive spacing between a product bundle and the “add to cart” button on their dropshipping site. A technical solution was provided involving custom CSS code:
Solution steps:
- Navigate to Online Store → Theme → Edit code
- Open the theme.liquid file
- Insert CSS styling before the closing tag
- The code targets
.product-form__buttonswith a margin-top adjustment
Status: The solution was marked as accepted, indicating the spacing issue was successfully resolved. The fix involves adding custom styling to reduce the unwanted vertical space in the product form layout.
Hello @Lotshak
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
2 Likes
