Hi Team
Have noticed a site isn’t responding well on Microsoft Edge when resizing the browser window:

You can see the colums are bleeding, and the header isn’t responding either.
Here is some custom Global CSS i’ve added in Theme Options
.single-post .entry-featured .entry-thumb {
display: none;
}
.single-post .entry-wrap {
padding-top: 1em;
}
@media (max-width: 979px){
.woocommerce .cols-3 li.product, .woocommerce .cols-4 li.product, .woocommerce.columns-3 li.product, .woocommerce.columns-4 li.product {
width: 48% !important;
}
}
.x-tab-content {
box-shadow: none;
}
.entry-wrap {
box-shadow: none;
}
.woocommerce li.product {
border-style: none;
box-shadow: none;
}
May have something to do with this - but also notice there are some other threads related to Edge responsiveness as well… Could be a broader issue?
Site:
www.musq.com.au
Thanks
Sam