How To add vertical gap between widget in Employee portal

Aparna Gurav
Tera Contributor

Hello Team, 

 

I'd like to add vertical spacing between each widget. Can anyone suggest how to achieve this?


AparnaGurav_1-1740066285097.png

 

 

1 REPLY 1

josteinenge
Tera Expert

Change your scope to employee center

If you have access to widget editor, ctrl right click and open "widget in editor" go to css and add styling as needed to the widgets

Example

.widget-class {
    margin-bottom: 20px; /* Adjust the value as needed */
}