Site logo

[Resolved] Move a button next to “add to cart” button.

Home Forums Support [Resolved] Move a button next to “add to cart” button.

Home Forums Support Move a button next to “add to cart” button.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2563849
    Jusung

    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;
    }
    #2564290
    Leo
    Staff
    Customer Support

    Hi there,

    The content is coming from Ti WooCommerce Wishlist so I would recommend checking with their support team to see the best way to handle this.

    This CSS might work but I’m not sure if it will create other issues:

    .tinvwl-woocommerce_after_add_to_cart_button {
        width: auto !important;
        margin-left: 5px;
    }

    Also, I’ve reviewed a lot of your topics and most of them are related to WooCommerce so not within our support scope:
    https://generatepress.com/what-support-includes/

    Please be mindful of our support forum scope.

    Thanks.

    #2564335
    Jusung

    Thank you!!
    It has been resolved.

    I am sorry. It is not definetly within your support scope.
    I will be mindful of it!

    #2564354
    Leo
    Staff
    Customer Support

    I will be mindful of it!

    Please do. Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.