Home › Forums › WoodMart support forum › I need select varartion to popup and buynow and add to cart button › Reply To: I need select varartion to popup and buynow and add to cart button
September 20, 2021 at 12:34 pm
#319797

Aizaz Imtiaz Awan
Keymaster
Hello,
Please use the below custom CSS code and delete all the old given custom CSS code and paste the below CSS in Custom CSS for mobile section:
.wd-sticky-btn .cart {
position: relative;
margin-right: 0 !important;
width: 100% !important;
flex-wrap: inherit !important;
}
.wd-sticky-btn div.quantity {
position: absolute;
bottom: 10px !important;
}
.wd-sticky-btn-cart button.button.pisol_single_buy_now.pisol_buy_now_button.pisol_type_simple {
line-height: 22px;
width: 150px !important;
}
Best Regards.