Portal: how to overwrite Theme CSS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2022 09:41 AM
I'm having this in my theme CSS for different portal pages:
div.page, section.page {
height: calc(100% - $footer-height) !important;
}
the pages have 3 containers. Some are using a footer, some not. For the pages with footers, it's working good. But not for the pages without footer... There do I have the free space as well (not wanted).
I tried to put this:
div.page, section.page {
height: 100%;
}
in the page CSS, but this is not working...
Are there any ideas, how to set the height to 100% for pages without footer?
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2022 11:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2022 10:17 PM
it is.... and the problem is the height, not the width 🙂