Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s because, for some reason, Edge doesn’t like overflow hidden + display table. So, you can just set it to be display block instead, using custom CSS:

    .prod-cat-thumb-image-div {
    display: block;
    }
    
    Thread Starter warsage

    (@warsage)

    This fixed it for me. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme doesn’t work right in Internet Explorer and Edge’ is closed to new replies.