Within a page filled with various widgets, I am facing an issue where I need to override the container
class for a specific widget. However, the problem is that all widgets with the same class name are being impacted. Attached below is a screenshot from inspect element showing the situation.
https://i.sstatic.net/ZE9OW.png
The highlighted row with class=container
represents the widget I intend to modify.
Appreciate any assistance on this matter.