Margin issue and CSS selectors
Hello,
Often times I need to spend lots of time with Firebug to identify the class selectors responsible for some display issues, for example I have a page that is 15px wider than it should be and so the browser displays the horizontal scroll bar at the bottom. http://prntscr.com/fraoh6
Link here: Supreme - Find a Dealer
I was able to fix most of them by selecting the item within Dreamweaver and then creating a specific style for that combo selector but is that the best way or is there a better way or best practice I should adopt instead?
I've got for all the divs:
* {
box-sizing: border-box;
}
So I'm guessing it's some embedded div that's causing the extra width but I'm trying to learn the best way to identify and fix this issue. Thanks for your help.
Brandon
