Creating Space between Icon Links / Widgets

James Veale
Giga Contributor

Hi ServiceNow Community, 

How do you create space between widgets? 

From the image below, I would like to create a space between the top 3 widgets and the bottom widget. 

I have tried resizing the widgets but the 'eeee' widget keeps merging into the three widgets above. 

The code I am using to resize the widgets is: 

.iconlink { 

     height: 100px;

     width: 250px;

}

Thanks in advance! 

James 

 

find_real_file.png

1 ACCEPTED SOLUTION

Jaspal Singh
Mega Patron
Mega Patron

Can you try using for a check.

.iconlink { 

     height: 100px;

     width: 250px;

     padding-top: 20px; 

}

View solution in original post

6 REPLIES 6

Prateek kumar
Mega Sage

Create a container underneath the existing one and add your 'EEEE' widget to it.

That should do the trick for you.


Please mark my response as correct and helpful if it helped solved your question.
-Thanks

vkachineni
Kilo Sage
Kilo Sage

I have added the widgets in separate containers. You are getting the spacing with separate containers

 

find_real_file.png

Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Vinod Kumar Kachineni
Community Rising Star 2022