How to reduce the top margin on question pages? | Experience Community
Skip to main content
Question

How to reduce the top margin on question pages?

  • May 4, 2019
  • 3 replies
  • 100 views

Forum|alt.badge.img+1
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. !

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • May 5, 2019
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.

Forum|alt.badge.img+1
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;}

Forum|alt.badge.img+1
@TomG I realized how to reduce the margin, thanks