I tried to reduce the size of the input fields in the Actionuser form, but it doesn’t work, I can change colors etc. via css, but the size of the fields doesn’t, it doesn’t fit on the mobile phone
Sep 25,2021 AT 6:59AM - 3 years ago -Hello,
Can you please send us a direct link to where the actual issue is happening?
The site is not onlne yet. on mobile is the field over the border
THX and a nice weekend
Hello,
I am not able to replicate this issue on our testing site. Are you testing on an actual mobile phone? If so, which one so that I can try to replicate the issue on my end.
Smsung S10 and will test it later on a other mobile. THX
Hello,
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write styles to header > save settings > turn on Write styles to header):
@media only screen and (max-width:768px){.evoau_submission_form .row p input.evoau_dpicker{width:100%;}}
no effect, its the same like before
Ciao
I have added !important to the code and it works for me. Please use the code below instead of the one previously given.
@media only screen and (max-width:768px){.evoau_submission_form .row p input.evoau_dpicker{width:100% !important;}}
THANKS THIS WORKS
Only one more please see image
Hello,
Please try the code below:
@media only screen and (max-width:768px){.eventon_actionuser_eventslist a.editEvent{margin-top:0.5em !important; right:5px !important;} .eventon_actionuser_eventslist a.deleteEvent{margin-top:0.5em !important; right:50px !important;}