Home Forums WoodMart support forum Inline Add to Quote Button

Inline Add to Quote Button

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #395264

    aidan@exigo-uk.com
    Participant

    Hi there,

    I have just updated the woodmart theme and the ‘Add to Quote’ button has dropped below the ‘Details’ / ‘Add to Cart’ button.

    Please can you help me get them back inline?

    Thanks in advance

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

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .product-grid-item .yith-ywraq-add-button a {
    position: absolute;
        top: auto;
        bottom: 34px;
        left: 70px;
    }

    Best Regards

    #395447

    aidan@exigo-uk.com
    Participant

    Hi,

    That’s great, the only issue is when the button changes to Add to Cart as you can see on the screenshot provided.

    Is there a better way to approach this so that the Add to Quote button is responsive to the Add to Cart button and is also hidden and shown on hover similar to the Add to Cart?

    Kind regards

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

    Hello,

    You are Most Welcome.

    Please replace the previous Custom CSS with the following to move it to the right.

    .product-grid-item .yith-ywraq-add-button a {
    position: absolute;
    top: auto;
    bottom: 34px;
    left: 100px;
    }

    Sorry but it is not possible to make its effect the same as the add to cart button.

    Best Regards

    #395543

    aidan@exigo-uk.com
    Participant

    That’s annoying. It was perfect before I updated the theme. It used to behave the same way as the Add to Cart button and was also responsive to the size of the button it was next to.

    #395563

    Hello,

    The issue is not from our theme because the button is coming from a third party plugin.

    You can use the CSS I provided to align it as you required.

    Best Regards

    #395566

    aidan@exigo-uk.com
    Participant

    Hi,

    The issue occured though whne I updated your theme, it was working as I required before then.

    I will use your CSS but I don’t feel it’s right, it doesn’t feel stable. Another issue I now face is when I click the ‘Add to Quote’ button is clicked the ‘View Quote List’ link moves and drops below. Screenshot provided.

    Thanks

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

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

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