ESC Portal Footer Misalignment After Yokohama Upgrade Due to Customized WidgetIssue After upgrading to the Yokohama release, the ESC portal footers on sub-production instances reverted to their default positioning, resulting in alignment issues. The footer does not respond correctly to changes in screen resolution, and appears misaligned—noticeably floating over other widgets near the bottom center of the page. SymptomsFooter overlaps with other content/widgetsDoes not reposition properly on screen resizeReleaseYokohamaCauseA customized Footer widget introduced a hardcoded style (top: 150px) that conflicts with the new layout behavior introduced in the Yokohama release.ResolutionOpen the affected instance.Navigate to "Themes" under "Service Portal" module and select the "EC Theme".Locate and open the reference record of the Theme Footer record (sp_header_footer)In the Header Footer Record in the CSS field, under the Footer bottom section Update the customized style attribute that in this case was: top: 150px to top: 58remSave the changes and test. The ESC portal footer will now align correctly and no longer overlap other widgets, maintaining proper positioning across different screen resolutions. Related LinksService Now Documentation: Configure the footer From the Community: Employee Center footer configuration