• Resolved dwiberg

    (@dwiberg)


    When booking a spot on event with mobile the login form is not to be seen. You have to login in landscape mode. Is there a solution to this?

    • This topic was modified 6 years, 3 months ago by dwiberg.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You could try this CSS

    @media screen and (max-width: 767px) {
    .em-booking-form-details {
    	float: none; 
    	display: block;
    	width: 100%;
    }
    
    .em-booking-form-details label {
    	display: block; 
    	width: 100%;
    }
    
    .em-booking-form-details input.input,
    .em-booking-form-details select,
    .em-booking-form-details textarea {
    	width: 100%;
    }
    Thread Starter dwiberg

    (@dwiberg)

    Hi @tim01

    It worked half way. I guess it was ment to be placed under the name- and e-mail fields. It did but still far out to the right so landscape mode is necessary.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry but at the moment we are quite limited with regards to custom coding or css styling as per the support policy – https://eventsmanagerpro.com/support-policy/

    however the responsiveness issue has been reported to the devs already.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to fix login to event responsive’ is closed to new replies.