Hello,
I am using the Broadcast theme and when I have colour variations for a product it misaligns the buy buttons. Do you have any idea how I can fix this issue? Thank you so much!
A user is experiencing a layout issue with the Broadcast theme where buy buttons become misaligned when products have color variations. An attached screenshot shows the visual problem.
Troubleshooting Progress:
.product__submit__buttons with a 98px top margin for screens wider than 750pxCurrent Status:
Hello,
I am using the Broadcast theme and when I have colour variations for a product it misaligns the buy buttons. Do you have any idea how I can fix this issue? Thank you so much!
Hi @charlotte1992 , can you share us your store URL?
Please share the link to your product page so we can check
Hello @charlotte1992
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
https://k1gabj-zy.myshopify.com/ the password is diesti
Thank you!
https://k1gabj-zy.myshopify.com/ the password is diesti
Thank you!
Please add this code to theme.css file
@media (min-width: 750px) {
.product__submit__buttons:has(.tpo_has-option-set) .btn--secondary { margin-top: 98px; }
}
I added it below, is this the correct spot? I am still having the same issue. Do you have any other suggestions?