Hello. I am trying to add wish list button.
I want to add wishlist button next to “add to cart” and “purchase”, which are 장바구니, 구매하기.
So, it is like 장바구니 구매하기 wishlist.
Like this.
To make it look similar, I tried this code below.
However, I have no idea how I can put this next to 장바구니, 구매하기 button.
Could you help me with this?
/* wish list button */
.tinvwl-after-add-to-cart {
text-align: right;
display:
}
.gb_ti_wishlist {
background-color: blue;
padding: 15px 40px 15px 40px;
text-decoration: none;
color: white;
}