My all unordered lists are having automatic padding-left of 40px and a margin top and bottom both of 12px. I checked the whole css stylesheet and unable to find any padding to the unordered list nor to the ordered list
Please Help me I’ve been trying to solve this problem from hours…!
It’s the browser’s setting. That’s why you should be using reset CSS to minimize differences between browsers. Look for this code: http://meyerweb.com/eric/tools/css/reset/ It’ll remove all default padding and margins.
To just remove it from lists: