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.
!
Page 1 / 1
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;}
.Skin .SkinInner {min-width: 950px!important;}
@TomG I realized how to reduce the margin, thanks
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.