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
    }
}

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *