Support

Home Forums Event Espresso Premium WP User Integration Add-On Responsive?

WP User Integration Add-On Responsive?

Posted: October 22, 2019 at 11:04 pm

Viewing 1 reply thread


kroberts@worldcityweb.com

October 22, 2019 at 11:04 pm

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.

How can I fix this?

thanks.


Tony

  • Support Staff

October 23, 2019 at 5:40 am

Hi there,

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.

Event Espresso