Thank you very much
Topic summary
A Shopify store owner is experiencing excessive padding beneath featured collections (Menswear and Handbags) after enabling the carousel feature. The padding appears equivalent to the space previously occupied by two rows of products.\n\nTroubleshooting attempts:\n- Reverted all theme code to a previous version from 3 days prior\n- Issue persists despite rollback\n\nProposed solutions:\n\nInitial suggestion (PaulNewton):\n- Validate HTML for unclosed elements\n- Test with a fresh theme install (not a duplicate) to isolate the issue\n- Systematically reproduce the problem by adding sections\n\nCSS fix (Sweans):\n- Locate styles.css at line 7519\n- Find the .section-featured-collection .product-carousel-peek selector\n- Add height: 325px !important; to the existing CSS rule\n\nResolution:\nThe CSS modification appears to have resolved the issue, with the original poster expressing gratitude for the solution.