How to reduce the top margin on question pages? | XM Community
Skip to main content
I need to reduce the margin (from top) on question pages. Attached is the screenshot for the specified margin, I want to make it half for all pages. Thanks.

!
This is theme dependent. Use your browser's inspect feature to figure out which element(s) the margin and/or padding is coming from. Then add appropriate rule(s) to the Look & Feel Custom CSS to reduce the margin/padding.
I have used the following custom CSS code for width and is working, I just need the code for height:

.Skin .SkinInner {min-width: 950px!important;}
@TomG I realized how to reduce the margin, thanks

Leave a Reply