Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi abledragon,

    It seems that Firefox & Edge want the div to be positioned relative to the parent which is the reason the CSS is not being applied to the right element. You could use the following CSS and see if this fixes the issue:

    
    .upcp-thumb-item {
       position: relative;
       overflow: hidden;
    }
    .upcp-product-comparison-button, .upcp-sale-flag {
       right: -60px;
       top: -60px;
    }
    
    Thread Starter abledragon

    (@abledragon)

    Hi there,

    Perfect – that did the trick and it actually looks better than it originally did prior to 4.4.0.

    Many thanks!

    Martin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘4.4.2 Still Has Problems with ‘Sale’ Icon’ is closed to new replies.