yes please add this code
- Go to Online Store->Theme->Edit code
- Asset->/custom.css ->paste below code at the bottom of the file.
.product-details .product-form .form-actions .button {
min-width: 100% !important;
}
Main issue: Social media icons in Shopify themes (starting with Supply) are too small and positioned below the footer; users want them larger.
Key actions and solutions (theme-specific CSS added via Online Store > Themes > Edit code):
Outcomes:
Status: Partially resolved; ongoing for stores pending details.
yes please add this code
.product-details .product-form .form-actions .button {
min-width: 100% !important;
}