Adjust width of notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2022 09:46 PM
Notification has a template attached to it. I have adjusted the width of notification in the template however the width does not adjust at all.
Source code is attached. Please suggest.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2022 10:13 PM
Hi,
Instead of 10% you can use pixels. using % will adjust body as per the contents width. Using pixels will fix the width to particular pixels.
Try changing 10% to 100px or something which fits to your requirement.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2022 10:17 PM
Also I would suggest to have only one width attributes, you have two attributes one is 10% and another is in pixels.
Please keep only one so that it will be easy to maintain. Maybe additional width=379 overriding the behavior of width:10%.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2022 09:45 PM
The div centre tag helps alot and image alignment causes width issues.
Adjusted image to adjust width of overall notification template