Is there an easy way with CSS or jQuery to shrink the space between the Next and Back buttons? | XM Community
Skip to main content
Question

Is there an easy way with CSS or jQuery to shrink the space between the Next and Back buttons?

  • January 14, 2022
  • 1 reply
  • 19 views

Forum|alt.badge.img

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!

1 reply

Forum|alt.badge.img+8
  • Level 2 ●●
  • January 15, 2022

Hi Terry, Try below css code, you can change value 150px as per your requirements.
.Skin #Buttons {
padding: 20px 150px;
}