- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2022 01:01 AM
I am looking to reducing the size of the Content Experience widget on Employee Center Pro Page. I had tried with page css but that did not work.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 06:48 AM
did you try putting !important and check if that works:
.banner-container {
height:40rem !important;
}
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 06:48 AM
did you try putting !important and check if that works:
.banner-container {
height:40rem !important;
}
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 06:58 AM
@Deepika Veerank Please mark the answer correct if this resolves your issue.
Raghav
MVP 2023