Move next button and remove spacing | XM Community
Skip to main content

I'm wanting to move the next button to a middle alignment and remove spacing between the question text and the next button but am unsure of how to do this.
You can see the big gap between the last line of text and the next button, which I'd like to eliminate or shorten.
And I'd like to move the next button to being centered in the middle.
This was taken from my mobile as it looks currently.
Picture1.jpg

RandalB
You can include the below code in Custom CSS in look and feel. It should reduce the space and center align button, assuming you are using Modern layout.
.Skin #Buttons {
    text-align: CENTER !important;
padding: 0px; 
margin-top: 10px;
overflow: hidden;
}


.Skin .QuestionOuter {
    -ms-overflow-style: auto;
    padding-bottom: 0px;
}
Hope it helps!


Yes, that worked. Thank you!


This doesn’t work for me. Any ideas?


@dflink Could be an issue with the layout you are using. Which one do you use?


Leave a Reply