How can I enlarge the RSVP buttons on mobile. The destop version could als be enlarged. But on the smaller mobiles the buttons are too small. Is there a way to enlarge them? and how can I do this?
Thank you in advance
Feb 23,2017 AT 4:37AM - 3 years ago -Your website is not opening.
Anyway, please go to eventon->styles and add following code in the panel and save the settings:
@media only screen and (max-width:375px){
.evcal_evdata_cell .evoRS_status_option_selection span {
padding: 18px 12px !important;
}
span.evors_choices {
width: 150px !important;
height: 60px !important;
}
}
If you do not see any changes, go to myeventon->settings and turn on “Write dynamic styles to header” button.
If you still do not see any change, turn off “Write dynamic styles to header” button, save the settings, turn it back and save the settings again.