Employee Center - Banner Height
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 04:07 AM
How do I increase this banner height, so that the entire picture will be visible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 03:23 AM
Hi @vidhya_mouli ,
Under the CSS section of your respective div and add the below CSS code.
{
height: 400px;
background: linear-gradient(to bottom, transparent, 20%, #f38e01);
}
I hope this helps. Mark my answer correct & Like Helpful, if Applicable.
Thanks!
Venkatesh Nekkanti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 05:01 AM - edited 09-11-2023 05:02 AM
Hi @vidhya_mouli ,
Clone "Content Experience" widget and make changes to CSS. Adjust height as per requirement.
Add this cloned widget to the instance.
Please mark my answer correct and helpful if it works for you.
