How to reduce footer size in Service Portal

Vinit6
Tera Contributor

Hi All,

Please guide me How we can reduce the size of the footer in Service Portal as I'm very new to portal.

Kindly help me regarding this as this is very urgent. 

Thanks in advance

Vinit

 

2 REPLIES 2

Shruti
Mega Sage
Mega Sage

Hi,

Navigate to Service Portal -> Portals

Open the portal -> Go to the theme -> Open the footer 

You can change height by adding height to the CSS class

For e.g.

.sample-footer {
  background-color: black; 
  color: white; 
  padding: 5px;
  height : 100px;
}

Vinit6
Tera Contributor

Hi Shruti,

 

Sorry for the late reply . I have tried similar code as per your suggestion and it worked  .  Thanks a lot for your help 

 

Regards

Vinit