Integrated Portal - Keep Footer Visible on Smaller Devices

When accessing the default Integrated Portal from specific tablets or smartphones, the footer disappears as part of the responsive theme. If you want to keep the footer visible, please follow the steps below:

1. Within Edge UI, go to: Portals -> Themes -> Advanced -> Custom Styles

2. Add the following two lines:

.nav-footer { display: block; }
#docs.main.main-content { height: calc(100% - 44px); }

3. Save and Publish the development site to public.

Done!

Version history
Last update:
‎02-06-2019 03:26 AM
Updated by: