Reduce space between footer and question container | XM Community
Skip to main content

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 @rachelH,

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! 

 

 

Leave a Reply