Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Urgent Help needed in reducing the size of the Content Experience widget on Employee Center Pro Page

lakshminvee
Tera Contributor

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.

 

DeepikaVeerank_0-1666944017158.png

 

1 ACCEPTED SOLUTION

did you try putting !important  and check if that works:

.banner-container {

height:40rem !important;

}

 

 

View solution in original post

6 REPLIES 6

did you try putting !important  and check if that works:

.banner-container {

height:40rem !important;

}

 

 

@lakshminvee Please mark the answer correct if this resolves your issue.