Dropdown box on mobile overflow
-
The dropdown box is over flowing on mobile view
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards,
Hello,
You have missed the admin login URL. Can you please share the WP admin login URL in the private area so I can check and give you a possible solution?
Best Regards,
Hello,
Try to add the following code snippet to the Dashboard Custom CSS area in Theme Settings.
.wc-pao-addon .wc-pao-addon-wrap select {
width: 100% !important;
max-width: 100%;
box-sizing: border-box;
}
Best Regards,