I am working on a Card component and it has a holder with inline CSS properties.
<li class="feed-block" style="top: 0px; position: absolute; left: 32px;">
When I go to the code in my phtml files, the Style is not there. I am assuming some JS is adding this part. I am trying to overwrite this to have left = 0px.
How do I find what JS file/function is causing this? Note that this is part of a grid similar to Pinterest and there is so many files (Magento store).