I am facing padding problem in IE11 and i tried to control css using IE specific statements like
<!--[if IE 11]>
<link rel="stylesheet" type="text/css" href="http:kin/frontend/enterprise/wyf-upgrade/css/styles-ie-11.css" media="all" />
<![endif]-->
but this condition not worked properly. kindly please suggest any solution to overcome this issue.