Start a conversation

Fix breaking layout on IE

Add the below CSS to your Footer Script (Admin panel > Storefront > Footer Script)

<style>
    .productGrid .product {
        display: block;
        flex-basis: auto !important;
    }
    .emthemesModez-bannersGamePlatform-banner {
        flex-basis: auto !important;
    }
    @media (min-width: 801px) {
        .footer-info-col {
            width: 25%;
            flex-basis: auto !important;
        }
    }
    .footer-info-col--brands {
        width: 100%;
    }
</style>
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Papathemes

  2. Posted

Comments