Home Forums WoodMart support forum Please Help me align the Quote button

Please Help me align the Quote button

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #309660

    Nico
    Participant

    Hi can you possible help just to move the quote button next to the Add to cart button and make it stay there
    And is there a way to hide the add to cart button on certain products and variables that would be a huge help

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

    Hello,

    1. Please share the product page URL so I will check and give you the custom CSS code to set the Quote button.

    2. To hide the add to cart button on some or specific product pages then it is not possible but you can hide the Add to cart button on all the products by enabling the Catalogue Mode from Theme Settings >> Shop >> CATALOG MODE: https://ibb.co/0Kw1hjb

    Best Regards.

    #309720

    Nico
    Participant

    Hi I shared a link to private content

    #309722

    Nico
    Participant

    sorry try this one

    #309745

    Hello,

    Please use the below custom CSS code and paste it to Theme Options >> Custom CSS >> CSS code for Desktop:

    form.variations_form.cart .single_variation_wrap {
        display: -webkit-box;
    }

    Best Regards.

    #310035

    Nico
    Participant

    Thank you so much that aligned the buttons is there now a way to align the buttons underneath the variable price

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

    Hello,

    You are Most Welcome.

    Sorry but it is not possible to move the buttons as you require.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #310141

    Nico
    Participant

    Ok no problem do you maybe know where I can find the code and please align this button as well It did not align with the other code

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .product-image-summary .single_add_to_cart_button {
        margin-bottom: 40px;
    }

    Regards.
    Xtemos Studios

    #310256

    Nico
    Participant

    Thank you is there no way for the buttons to move down because it doesn’t look good

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

    Hello,

    You are Most Welcome.

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards

    #310397

    Nico
    Participant

    Hi ok I figured out a way to move it but now the quote button and quantities are shuffled can you help me with that again, please I really do appreciate your help I just want the buttons next to each other

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

    Hello,

    I saw the screenshot you attached and visited your website.

    The alignment issues occurred because of the CSS you added to for the buttons. Please remove all the Custom CSS you added and try adding the Custom CSS I provided in my first reply to align the buttons.

    form.variations_form.cart .single_variation_wrap {
        display: -webkit-box;
    }

    Regards.
    Xtemos Studios.

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