Home › Forums › WoodMart support forum › Inline Add to Quote Button
Inline Add to Quote Button
- This topic has 7 replies, 2 voices, and was last updated 2 years, 7 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 3, 2022 at 1:39 pm #395264
[email protected]ParticipantHi 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.August 4, 2022 at 8:50 am #395418
Aizaz Imtiaz AwanKeymasterHello,
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
August 4, 2022 at 10:02 am #395447
[email protected]ParticipantHi,
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.August 4, 2022 at 2:53 pm #395533
Aizaz Imtiaz AwanKeymasterHello,
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
August 4, 2022 at 3:09 pm #395543
[email protected]ParticipantThat’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.
August 4, 2022 at 4:09 pm #395563
Aizaz Imtiaz AwanKeymasterHello,
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
August 4, 2022 at 4:15 pm #395566
[email protected]ParticipantHi,
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.August 6, 2022 at 9:05 am #395864
Aizaz Imtiaz AwanKeymasterHello,
Your issue has been Resolved. Please clear cache and check back.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register