Home › Forums › WoodMart support forum › Infinite scrolling enable › Reply To: Infinite scrolling enable
June 19, 2024 at 6:27 pm
#573938
Mike
Participant
2.wishlist change position
but next to the add button on the button but when you press the description the wishlist goes down while it should be stable always next to Add to card.
.wd-wishlist-btn span {
display:none;
}
.wd-wishlist-btn {
position: absolute;
right: 0;
top: 0;
margin-top: -307px;
margin-right: 0px !important;
}