I am currently creating my portfolio website in WordPress at www.yewtreeweb.co.uk. However I am having a problem with getting media queries to work in Internet Explorer 11.
When I add the media queries the style does not display in the inspect element console of Internet Explorer however BootStrap's media queries do appear. Is it something to do with WordPress or am I doing something wrong?
Also my styling does work if out of the media query.
@media screen and (min-width: 1024px){
@media screen and (min-width: 64.000em){
#imgholder-left{
padding-right: 0;
}
#imgholder-right{
padding-left: 0;
}
#leftimg > img {
width: 400px;
}
#rightimg > img {
width: 600px;
}
}
}