Woocommerce – Stopping a fixed position before footer not working
I have an element that is a fixed position: .woocommerce #content div.product div.summary { position: fixed; right: 15%; padding: 20px; background-color: #ccc; width: 25%; } and what I am trying to do is get the element to stop right before…