How to add space between footer and the last widget in service portal

Nagashree5
Tera Contributor

Hi All,

 

I'm building a new portal for a scoped application. I want to add some space between the footer and the last widget. currently it is like below.

Nagashree5_2-1674635691591.png

 

The purple color one at the end is the footer, between the Highlights and the footer, I want to add some space like below image.

Nagashree5_1-1674635458570.png

Im not sure how to achieve this, Can anyone please guide me how I can create the space between the footer and the last widget.

 

Thanks in advance,

Nagashree.

1 ACCEPTED SOLUTION

Sonu Parab
Mega Sage
Mega Sage

Hi @Nagashree5 ,
1] You can try     in your html script.
For Example: 
<span ng-if="item.price != '$0.00'" class="pull-right item-price font-bold"></span>  &nbsp;

2] OR you can use margin-top: 50px; for footer code in CSS.       // Adjust according to your preference.

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thank You.

View solution in original post

5 REPLIES 5

Hi @Sonu Parab ,

 

Could you please have a look at the below question : https://www.servicenow.com/community/itsm-forum/need-to-add-custom-table-records-to-the-my-request-i...

 

Thanks,
Nagashree.