The order guide description isn't displaying in full size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2024 01:27 PM
The order guide description isn't displaying in full size like the catalog item. How can we make it full size? Is creating a new widget the only option? Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2024 05:31 AM
In this article would be helpful for you.
https://www.servicenow.com/community/now-platform-forum/resizing-a-field-on-a-form/m-p/1173346
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2024 06:46 AM
could you please share some screen shot.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2024 09:43 AM
Hi, I have a requirement to add a description that would take up 100% of the width, similar to how it is done in catalog items for order guides. Here is an example of an order guide that shows the width controlled by the class in the widget at 75%.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2024 10:28 AM
I found a solution. To achieve 100% width, the class ".col-lg-9" needs to be changed as follows:
.col-lg-9 {
width: 100% !important;
}
This change can be added in the "sc_cat_item_guide" the source code of the description.