Reply 319539 to: How to add the Product Enquiry for WooCommerce

Avatar: Rose Tyler
Rose Tyler
Support staff
March 14, 2022 at 08:43

Try to use the next custom CSS code:

.single-product .connect-block-element-zBnAx {align-items: end;}
.single-product .et_connect-block.flex-row>form {
    max-width: 70%;
}
.single-product .et_b_single-request-quote-button {
    margin-bottom: 20px;
}
@media only screen and (max-width: 480px) { 
    .single-product .et_connect-block.flex-row>form {
        max-width: 40%;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.