This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Olga Barlow
Hi there,
Is there a way to change the size of the request a quote pop up on mobile. It is very narrow now.
Hello,
Add the below code to Theme Options > Custom CSS
.et_b_single-request-quote-button {
min-width: 182px;
text-align: center;
}
Regards
Hi Olga,
Tnx, but I mean the popup size itself. It’s very narrow on mobile.
Hello,
Oh, I see. Then add the below code
.et_b_single-request-quote-popup .et-popup {
min-width: 320px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up