Hello, HUSSTLE,
1/ About “lng-2012 – I see a full width “Add to Quote” button; however, on 11-38-400m – the button is smaller. Could this be because of the product text?“ =
.woocommerce.single-product .product .yith-ywraq-add-to-quote {
width: 100%;
}
2/
The difference between those products are in their types (Simple product VS Variable product). In Variable product in sticky cart section we output the cart form in popup by clicking the button → https://prnt.sc/DRBhrkkr4jEu – there is shown your “ask for a quote” button. Also we recommend you to add next custom CSS for styling the button even more better in sticky cart section:
.etheme-sticky-cart .add-request-quote-button.button {
width: 100%;
flex-basis: 100%;
margin-top: 12px;
}
Kind Regards,
8theme team