• Resolved seanelliot89

    (@seanelliot89)


    Hi There,

    Is there anyway to customise the layout of the Bid Increment Buttons as they appear very squashed together. Also the colour of the buttons is not ideal however there is no way to change this.

    I have tried creating a template on elementor to adjust how this appears however there is no option to add the bid buttons within elementor.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nitesh

    (@nitesh_singh)

    Hi @seanelliot89 ,

    We checked your link and you can include below css code inside theme’s style.css

    form.auction_form.cart {
        display: flex;
        padding-bottom: 16px;
    }
    .quantity.buttons_added {
        display: flex;
    }
    form.buy-now.cart {
        margin: 0 0 20px 0;
    }

    And with regards to color of button, you can use:

    form.auction_form.cart .bid_button {
        background-color: #000;
    }

    Regards,
    Nitesh

    Thread Starter seanelliot89

    (@seanelliot89)

    Hi Nitesh,

    Many thanks with your help on the above.

    Greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bid Increment Layout’ is closed to new replies.