How to reduce footer size in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2022 07:39 AM
Hi All,
Please guide me How we can reduce the size of the footer in Service Portal as I'm very new to portal.
Kindly help me regarding this as this is very urgent.
Thanks in advance
Vinit
- Labels:
-
Multiple Versions
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2022 04:53 AM
Hi,
Navigate to Service Portal -> Portals
Open the portal -> Go to the theme -> Open the footer
You can change height by adding height to the CSS class
For e.g.
.sample-footer {
background-color: black;
color: white;
padding: 5px;
height : 100px;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 12:55 PM
Hi Shruti,
Sorry for the late reply . I have tried similar code as per your suggestion and it worked . Thanks a lot for your help
Regards
Vinit