Support

Home Forums Multiple Event Registration Add-on Button style breaks in mobile view

Button style breaks in mobile view

Posted: February 11, 2015 at 8:40 am


Brett McCumber

February 11, 2015 at 8:40 am

When registering for an even on the phone “Add more attendees” button style breaks. Please advise.

Screenshot

Example page


Seth Shoultes

  • Support Staff

February 12, 2015 at 12:48 am

Hello Kat,

You may try adding some mobile responsive styles to your theme to make the text of the button smaller, remove the background image, and get rid of the left padding.

Something like this:

@media (max-width: 360px) {
.additional-attendee-lnk, .add-additional-attendee-lnk {
    background-image: none !important;
    font-size: 10px;
    padding-left: 20px !important;
}
}


Brett McCumber

February 13, 2015 at 10:40 am

That did it! Thank you so much 🙂

The support post ‘Button style breaks in mobile view’ 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