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

Reduce space between footer and question container

  • June 13, 2024
  • 2 replies
  • 51 views

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

 

Best answer by Sachin Nandikol

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.

2 replies

Sachin Nandikol
QPN Level 6 ●●●●●●
Forum|alt.badge.img+44
  • QPN Level 6 ●●●●●●
  • 531 replies
  • Answer
  • June 14, 2024

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.


Forum|alt.badge.img+1
  • Author
  • 1 reply
  • June 14, 2024

 

It works, thanks so much!