- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 12:34 AM
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.
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.
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 12:54 AM
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>
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 04:21 AM
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.