Home Forums WoodMart support forum Change position of arrows on request a quote page

Change position of arrows on request a quote page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #606779

    kelly-2397
    Participant

    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.
    #606908

    Hello,

    Can you please share the page URL so I will check and give you a possible solution?

    Best Regards

    #606909

    kelly-2397
    Participant

    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

    #606958

    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

    #607034

    kelly-2397
    Participant

    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.
    #607085

    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

    #607137

    kelly-2397
    Participant

    Hi,

    please see WP login in the private content.

    Thanks.

    #607302

    Hello,

    Now check back your site and check the issue.

    Best Regards

    #607572

    kelly-2397
    Participant

    Hi this has fixed the issue thank you

    #607641

    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.

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

The topic ‘Change position of arrows on request a quote page’ is closed to new replies.