Title is pretty self explanatory. just wondering how to make the arrows bigger on the mobile version of the survey. getting feedback it is too small.
Page 1 / 1
Hi
You can add this to your survey’s custom css in the look & feel style options (replace 40px with what you feel good with):
@media (max-width: 480px) {
.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
font-size: 40px;
}
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.