Join the Stack Overflow Community
Stack Overflow is a community of 6.4 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

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

share|improve this question
    
We would need a link to troubleshoot. – Valius79 21 hours ago
    
You could do something like this: jsfiddle.net/mty452e4 but: stackoverflow.com/questions/3706819/… – nevermind 21 hours ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.