Reputation: 1325
Why when looking this button in order overview you can click only on half of it in Firefox(in other browsers its working fine).
Sorry, I don't know how to replicate the issue, but link is here (but you have to first add to cart something): http://ilovedesign.sk/kosik
Upvotes: 0
Views: 24
Reputation: 12601
Remove this style:
span#confirmbtn { left: -50%; }
And then add this one:
#confirmbtn_button { transform: translateX(-50%); }
Upvotes: 2