Employee Center Footer Spacing Issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 06:28 AM
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?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 06:15 PM
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.
Remember to resize your browser to text the changes on smaller viewports.