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

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!

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


Leave a Reply