
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 01:14 PM
Hello, I am redesigning my "Standard Ticket" page.
This is what it looks like now with the redesign.
This is the old way, which is how it looks in production. How can I get the highlighted area to show on my new and improved "Standard Tickets" page? Not sure if it's a widget, if it is I am having a hard time finding the name.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 03:22 PM
Usually if you have the correct permissions and you do a Ctrl + Right-click on a rendered area of a widget it will give a context menu popup and include the name of the widget. In this case it should be the "Standard Ticket Header" widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 01:33 PM
When I load our ESC it looks to me like this is the snippet in the HTML:
We don't use ESC so I'm not sure if that's exact (we don't have "actions" but everything else looks the same). But when I inspect the element, this looks like the block of code doing what you want. Of course, there are pieces in the other script boxes too but I assume this is what you need to get started.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 03:22 PM
Usually if you have the correct permissions and you do a Ctrl + Right-click on a rendered area of a widget it will give a context menu popup and include the name of the widget. In this case it should be the "Standard Ticket Header" widget.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 08:51 AM
Got it, thank you! I am running into a issue now. Looks good but my item and name area cut off. is there anyway to expand it to see the full context?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 09:19 AM
Have you ever used the Developer Tools to modify the CSS?
View and change CSS | Chrome DevTools | Chrome for Developers
What you want to do is inspect the elements and adjust the sizing of them. Then you put that CSS you used in the Developer Tools on your Portal Page record. Sounds a lot tougher than it is.
If it's a public page I can take a look and tell you what needs adjustment.