Hi,
we are using the WP User Integration Add-on, and it works but not on mobile devices. It squishes the modal window so much that each letter is on one line making the entire form vertical and unusable.
We’ll need to add some additional styles to Event Espresso to fix this and I’ve created a ticket to investigate further, however, in the meantime you can add something like this:
@media only screen and (max-width: 480px) {
.ee-admin-dialog-container.auto-hide.ui-draggable.ui-draggable-disabled.ui-draggable-handle {
left: 0!important;
width: auto!important;
}
}
To your site within Appearance -> Customize -> Additional CSS.
Viewing 1 reply thread
The support post ‘WP User Integration Add-On Responsive?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.