Home › Forums › WoodMart support forum › Stock Status after Add to Cart Stock Status after Add to Cart This topic has 3 replies, 2 voices, and was last updated 1 year, 1 month ago by Hung Pham. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 16, 2024 at 6:23 pm #530445 bananeParticipant Hi, I’m a bit desperate and have been looking for ages… how do I get the stock status behind the add to cart button (Image)? Best Marc Attachments:You must be logged in to view attached files. January 16, 2024 at 7:44 pm #530495 Hung PhamKeymaster Hi banane, Thanks for reaching to us, Please add the following Custom CSS code in Theme Settings > Custom CSS > Global Custom CSS: .single-product .single_variation_wrap{ display: flex; flex-flow: wrap; } .single-product .single_variation_wrap .single_variation{ margin-top: 20px; width: 100%; order: 2; } .single-product .single_variation_wrap .single_variation.woocommerce-variation > div { margin-bottom: 0; } Regards, January 17, 2024 at 5:20 pm #530870 bananeParticipant Thank you very much <3 It works really well. Do you have any ideas on how I can put this into a line with the delivery time? Then it would be perfect… wc-gzd-additional-info delivery-time-info variation_modified variation_gzd_modified January 17, 2024 at 7:28 pm #530935 Hung PhamKeymaster Hi banane, These are different HTML structures so it cannot be done via CSS only. And customization is out of basic support, thank you for understanding our limitation. Regards, Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register