A user seeks to reduce excessive spacing below the “Add to Wishlist” button on a product page, decrease the product title font size, and add a smaller subtitle beneath the title.
Solutions Provided:
Title font size: Add CSS targeting .product__title h1 with custom font-size value
.product__description { margin-top: -25px !important; } (final working solution)
Subtitle visibility: Access through Theme Customizer > Product Page > Product Information
Outcome:
The issue was resolved using the negative margin approach on .product__description. The user confirmed the spacing fix worked successfully. One contributor offered free customization assistance via collaborator code if needed.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
This will remove the extra space. You can tweak the 0px value as needed.
Regarding the subtitle, I noticed it’s currently hidden, so I couldn’t guide you on adjusting its font size. If you unhide it and need further assistance, feel free to let me know.
Let me know if you have any questions! If it’s to technickle, we’d love to do this for you for free. You can share you collaborator code at hello@untechnickle.com and we’ll take care of the customizations.