Hi all, is it possible to enlarge the size of the button "Next" or "Previous" in the survey?
Regards
Page 1 / 1
Hello @Simone_Salvano_Kantar ,
Paste the below code in advanced-> Add custom CSS
.Button{
width: 135px;
height: 135px;
}
Change the px as per your need
Paste the below code in advanced-> Add custom CSS
.Button{
width: 135px;
height: 135px;
}
Change the px as per your need
Thanks Shashi! It works
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.