I need reduce the size of the footer or get rid of it all together. Any suggestions?
Hi @DM4RSIU ,
Paste this code inside theme.css file. Adjust number(200px) to adjust the height:
Hi @DM4RSIU ,
The following is the way which will protect your theme.css and your css is maintained separately. Especially to avoid any crash in overriding actual theme.
You can add your custom class in Footer by going in to
1. Site settings > web templates > Footer . Like below
2. And then in the portal studio > Themes > In custom.css ( upload a new file). Inside that file
.mycustom-footer {
min-height: 35px !important;
}
Hope it helps.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.