Home Forums WoodMart support forum move the third plugin button beside ADD TO CART or wishlist on product page

move the third plugin button beside ADD TO CART or wishlist on product page

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #171049

    CYCLEPRO
    Participant

    hello there,

    i have installed “request a quote” plugin and have a question below:
    how to move the third plugin button beside ADD TO CARTD or beside add to wishlist? i hope to make it same to display on PC and mobile.
    please see attached screenshot, thank you!

    Best regards,

    Attachments:
    You must be logged in to view attached files.
    #171051

    MartinKuo
    Participant

    I think this question should be answered by the author, only he is professional

    #171073

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .yith-ywraq-add-to-quote {
        display: inline-block;
    }

    Best Regards

    #171077

    CYCLEPRO
    Participant

    Hello,

    i want move it beside ADD TO CART and with different color of button, how to do please?

    #171140

    Hello,

    Please add the button in the “Аfter Add to cart button” area in the Theme Settings > Product page, I will try to place it with CSS, remove the code I have provided before.

    Best Regards

    #171342

    CYCLEPRO
    Participant

    Hello,

    last time I installed free yitheme plugin and now i installed a premium one, in the primium plugin it give me a option that allow me to set Showing ADD TO QUOTE button next to “Add to cart” in single product page, but it is not exactly aligning in a line, so how to do? see attachment screenshot please!

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #171376

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .yith-ywraq-add-to-quote {
       margin-bottom: 0;
    	 margin-top:5px;
    }

    Best Regards

    #171394

    CYCLEPRO
    Participant

    Hello,

    Thank you for the code, but i think we should only move up the ADD TO CART button not ADD TO QUOTE, you can see the result that 2 buttons are not in a line with quantity option,
    please see page, many thanks!

    Best Regards

    #171399

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-image-summary .quantity {
        margin-top: 5px;
    }

    Best Regards

    #171542

    CYCLEPRO
    Participant

    Yes! it works perfectly, i am grateful to your great help!

    #171591

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 11 posts - 1 through 11 (of 11 total)