I’m using the flat layout and would like to reduce the space between the footer and the question container. Is there a way to do this?
I’m using the flat layout and would like to reduce the space between the footer and the question container. Is there a way to do this?
Hello
Use below code. Add it in ‘Look & Feel → Style → Custom CSS’:
.Skin #BrandingFooter, .Skin #Footer {
margin-top: 10px !important;
}
Adjust the px as per your requirement.
Let me know if this helps.
It works, thanks so much!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.