Support

Home Forums Event Espresso Premium Registration Page not mobile friendly

Registration Page not mobile friendly

Posted: May 20, 2020 at 6:26 am


Amy

May 20, 2020 at 6:26 am

Before I updating the plug-ins, my registration page on Androids would show up on the screen. I added the multiple registration add on and now on android, I have to scroll around to find the pop-up box. It appears to work on Apple.


Tony

  • Support Staff

May 20, 2020 at 7:29 am

Hi there,

Sorry but I’m a little confused by the above, did the issue only start after you added the Multi Event Registration Add-on (MER for short) or after running updates?

The reason the cart modal is loading off the page is down to the 1000px right margin you’ve added to datetimes using the Simple Custom CSS plugin:

.ee-event-datetimes-ul {
    display: inline !important;
    padding-right: 1000px;
}

Adding padding changes the dimensions of the page, it will now always be 1000px wider than it actually needs to be. The modal centres itself using the current viewport dimension so if those are off by 1000px it throw the modal out.

Remove padding-right: 1000px; from the above and it will fix the modal again.

The support post ‘Registration Page not mobile friendly’ 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