Employee Center Footer Spacing Issue

Aparna Gurav
Tera Contributor

Hello Team,

I'm setting up the Employee Center and have added footer menus, but there's too much space between the menu columns. Can anyone advise on how to reduce the spacing between the footer menu items?

AparnaGurav_0-1728480452763.png

 

 

1 REPLY 1

Kit Cheong
Giga Guru

If you haven't already, create a CSS Include for all your CSS changes and add it to your portal theme.

Add the following CSS

/*Footer > Column width*/
.vce046d5773603010c94f54eb7df6a7ec .scrub-footer .sf-main .sf-links-container .sf-group {
max-width: fit-content;
}

If that doesn't work, use your browser dev' tools to find a CSS Selector that will select all the columns. E.g.

KitCheong_1-1746580405359.png

Remember to resize your browser to text the changes on smaller viewports.