Adjust width of notification

priya0895
Giga Contributor

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. 

 

find_real_file.png

find_real_file.png

3 REPLIES 3

Anil Lande
Kilo Patron

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

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

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%.

 

find_real_file.png 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

priya0895
Giga Contributor

The div centre tag helps alot and image alignment causes width issues. 
Adjusted image to adjust width of overall notification template