Change position of arrows on request a quote page
-
Hi,
On my request a quote page (attached image) the arrows to adjust quantity of items in the quote are above the quantity box, I would like them to be on either side. They have been either side before. I have checked this with a default theme and it is definitely a theme issue. The request a quote page is part of the Dokan extension, but the issue is theme related.
Please advise me on how I can change the position of these arrows/buttons.
Thanks š
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will check and give you a possible solution?
Best Regards
Hello
Hopefully you can see this item https://marketplace.sussexfilmoffice.co.uk/product/eames-lounge-chair/ and if you click on Request a Quote the quantity will be on that page
Many thanks
Kelly
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.dokan-table .quantity {
display: flex;
align-items: center;
justify-content: center;
}
.dokan-table .quantity input[type="number"] {
width: 60px;
text-align: center;
margin: 0 10px;
padding: 5px;
}
.dokan-table .quantity {
padding: 8px;
}
Best Regards
Hi Aizaz,
Thanks for the CSS, unfortunately it hasn’t fixed the issue, please could you advise me on what to do next?
I’ve attached an image for your reference
Thanks š
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
Hi,
please see WP login in the private content.
Thanks.
Hello,
Now check back your site and check the issue.
Best Regards
Hi this has fixed the issue thank you
Most Welcome!!!.
Iām so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Change position of arrows on request a quote page’ is closed to new replies.