How to make next arrows bigger on mobile | XM Community
Skip to main content

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.

Hi @amberMC ,

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