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

How to make next arrows bigger on mobile

  • January 18, 2024
  • 1 reply
  • 70 views

Forum|alt.badge.img

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.

1 reply

vgayraud
QPN Level 5 ●●●●●
Forum|alt.badge.img+49
  • QPN Level 5 ●●●●●
  • 376 replies
  • January 18, 2024

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