Archived topic
Style mobile Add to cart panel on variants product identically to single product
3 replies · Started by Adrien on January 14, 2021
Dear GP Team,
If you check the add to cart panel on single product mobile view (https://tinyurl.com/yxrxl7dx), it looks great!
However, it does not look identical for variation products >> https://tinyurl.com/y2oslqo7
Could you please help me styling it nicely on variation products? I'd like the ATC panel to look the same for both single and variations.
Really appreciate your help! Best, Adrien
PS: I have enclosed the link of a variation product for you to check.
Hi Adrien,
Try this CSS:
.button.alt.go-to-variables {
flex-shrink: 0;
}
Let me know :)
Dear Ying, You're a genius! I didn't know this CSS code. Thank you very much for your support.
You are welcome Adrien :)
Always glad to help!