Advertisement
sonuossan

Untitled

Mar 18th, 2021
736
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.79 KB | None | 0 0
  1. /*IE fix for gaps after images*/
  2. .ua-ie-11 .fusion-flex-container .fusion-row .fusion-flex-column :not(.fusion-flex-column-wrapper-legacy).fusion-column-wrapper {
  3. display: block !important;
  4. }
  5.  
  6. /*IE fix for flex issues space*/
  7. .ua-ie-11 .fusion-flex-container .fusion-row {
  8. flex: inherit;
  9. }
  10.  
  11. /*IE fix for sticky footer causing huge gaps*/
  12. .ua-ie-11 .avada-footer-fx-sticky #boxed-wrapper, .avada-footer-fx-sticky #wrapper, .ua-ie-11 .avada-footer-fx-sticky-with-parallax-bg-image #boxed-wrapper, .ua-ie-11 .avada-footer-fx-sticky-with-parallax-bg-image #wrapper, .ua-ie-11 :not(.fusion-top-header).avada-footer-fx-sticky-with-parallax-bg-image.layout-boxed-mode #boxed-wrapper, .ua-ie-11 :not(.fusion-top-header).avada-footer-fx-sticky.layout-boxed-mode #boxed-wrapper {
  13. display: block !important;
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement