I've been trying to use .Skin #Buttons to set the padding or margins with no luck. Is there a best way to do this?
Thanks in advance!
Page 1 / 1
Hi Terry, Try below css code, you can change value 150px as per your requirements.
.Skin #Buttons {
padding: 20px 150px;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.