Home › Forums › Support › add to cart button missing from variable product on mobile This topic has 9 replies, 3 voices, and was last updated 4 years, 4 months ago by David. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts November 7, 2021 at 2:31 pm #1995159 sparkle hi there, i noticed on this site, my variable product does not have the ‘add to cart’ button on it, how can i get it back? November 7, 2021 at 2:57 pm #1995182 YingStaff Customer Support Hi there, Can you find this CSS you added to your child theme? https://www.screencast.com/t/nMcVxYR0q .add-to-cart-panel form.cart, .woocommerce div.product form.cart { flex-wrap: inherit!important; } Try remove it, or add an media query to it, the issue should be fixed, eg: @media (max-width: 768px) { .add-to-cart-panel form.cart, .woocommerce div.product form.cart { flex-wrap: inherit!important; } } November 8, 2021 at 6:32 am #1995815 sparkle thank you. November 8, 2021 at 6:38 am #1995826 sparkle i think i had added that so the woo booster flexible price items appeared properly (the default is with the $ after the entry field but before the add to cart button), but now they’re all in the right order but 100% wide… November 8, 2021 at 8:18 am #1996119 DavidStaff Customer Support Hi there, the width 100% is coming from this CSS: body.woocommerce div.summary.entry-summary form.cart input#wcj_open_price.text, div#product-2442 div.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt { width: 100% !important; order: 2; margin:2px } November 8, 2021 at 8:24 am #1996122 sparkle thanks. i’ll adjust… 🙂 you guys are great. <3 November 8, 2021 at 8:25 am #1996123 DavidStaff Customer Support Glad we could be of help 🙂 November 8, 2021 at 11:14 am #1996344 sparkle actually on smallest screens, it’s still not showing the add to cart button…. why? https://imgur.com/a/HKKgPq7 November 8, 2021 at 11:19 am #1996349 sparkle oh nevermind, i found the culprit. 🙂 November 8, 2021 at 1:35 pm #1996485 DavidStaff Customer Support Glad to hear that! Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In