While using the Firebug inspector tool, if you hover over #jimgMenu ul
, you may notice that it has left padding without any corresponding CSS rule:
Where is this mysterious left padding coming from? Why is the origin not visible?
EDIT:
If you navigate to Layout/Metrics section, it indicates that #jimgMenu ul
has a left padding of 40px;
However, once again, the source of this padding remains elusive.