• Resolved jbayotte

    (@jbayotte)


    I created an auction to test before adding products and going live.
    Issue is the bidding box is very small and tried everything found in the support section to make it bigger. You can put in your bid but can’t see the numbers.
    Using Flatsome Theme and Ultimate WooCommerce Auction PRO (Version:2.3.0)

    I also tried entering .woocommerce .quantity .qty {
    width: 10rem !important;
    border: 2px solid;
    } in the Additional CSS and it didn’t work.

    How can I fix this issue?
    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jbayotte,

    We have checked on your site for the bid input layout issue.

    To fix the issue, add the below CSS to the theme customizer
    at WP-admin > Appearance > Customize
    – in “Additional CSS”, add the below CSS
    – save changes and then check for the issue

    #uwa_bid_value {
    max-width: unset !important;
    }
    #placebidbutton{
    margin-bottom: 0 !important;
    }

    After that if you will face any issues, please post your PRO version queries here.

    Thank You

    Thread Starter jbayotte

    (@jbayotte)

    payalrajyaguru thanks for the quick response.
    My issue is now resolved ??

    jbayotte

    Plugin Author Nitesh

    (@nitesh_singh)

    @jbayotte ,

    Glad your issue has been resolved.
    Please do take out some time to review our plugin. It really helps our team’s motivation and keeps working towards future updates and provides best possible support.

    Regards,
    Nitesh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bid Quantity Box Issue’ is closed to new replies.