Reduce space between footer and question container | XM Community
Solved

Reduce space between footer and question container

  • 13 June 2024
  • 2 replies
  • 22 views

Badge +1

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?

 

icon

Best answer by Sachin Nandikol 14 June 2024, 07:01

View original

2 replies

Userlevel 6
Badge +22

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.

Badge +1

 

It works, thanks so much! 

 

 

Leave a Reply