This topic has 2 replies, 2 voices, and was last updated 1 years ago ago by Tony Rodriguez
Hi, in mobile adaptability, the close Popup button (Х) is not in the field area. how to make a button inside a field. as in the picture
thank you
Hello, @Natali,
Thank you so much for purchasing our theme and contacting our support center.
Should you wish to modify the position of the Sale booster > Request a Quote popup, kindly replicate the following CSS code into the designated location: XStore >> Theme Options >> Theme Custom CSS >> Global CSS.
Subsequently, please ensure to clear your browser cache to visualize the changes.
@media (max-width: 900px) {
.et-request-quote-popup .et-popup {
width: 80% !important;
}
.et-request-quote-popup .et-popup .elementor-widget-wrap.elementor-element-populated {
padding-left: 10px !important;
padding-right: 10px !important;
}
.et-request-quote-popup .et-popup .et-popup-content.with-static-block {
padding-left: 10px !important;
padding-right: 10px !important;
}
}
We hope this information is helpful.
Yours Sincerely,
8Themes Team.
The issue related to '‘Sales Booster > Request a quote. mobile adaptive visibility’' has been successfully resolved, and the topic is now closed for further responses