When you see, that the enquiry cart or single product enquiry popup is not vertically aligned, then try adding this custom CSS:

div#enquiryCartModal {
    padding-top: 300px
}

@media (max-width: 768px ) {
    div#enquiryCartModal {
       padding-top: 150px
    }
}

Leave a Reply

Your email address will not be published. Required fields are marked *