I added a ShareThis widget to the right side of a page. One of the DIV's inside the widget has a padding style attribute set to 7px which causes the widget to look funny.
When I change the padding to 0px it looks fine(using chrome developer tool - the attribute can't be changed directly because it's an external component).I thought it might be a conflict with one of the CSS files used but it's not (I tried taking them all off and it still happens). I also tried using the widget on a clean HTML page and it works ok, so it might be something to do with scripts being used on the page\master page, is there a way to check for conflicts?