Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Employee Center - Banner Height

vidhya_mouli
Tera Sage

How do I increase this banner height, so that the entire picture will be visible?

 

Employee-Center-Homepage-Employee-Center (1).png

2 REPLIES 2

Venkatesh_N
Tera Guru

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

 

Ashwini Jadhao
Giga Guru

Hi @vidhya_mouli ,

Clone "Content Experience" widget and make changes to CSS. Adjust height as per requirement.

Add this cloned widget to the instance.

AshwiniJadhao_0-1694433757570.png

 

 

Please mark my answer correct and helpful if it works for you.