I have a fairly complex Joomla build, the layout of which has become a bit messed up and I'm trying to figure out why.
The style attribute of an element is being changed by javascript (min-height is being added to one element and width to another).
This might be a long shot but is there any way to find out which piece of code is causing this to happen?
style.minHeightand add a unique log (including function name and impacted element) to each time it's found...then watch your log as the page loads and you'll be able to see which function is touching your element