Home Forums Basel support forum Field

Field

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #98931

    Manuel0211
    Participant

    I want to expand this field … I can not see all the numbers

    Attachments:
    You must be logged in to view attached files.
    #98951

    Hello,

    This is product quantity, not the stock. You can set any number there.

    If you want to enable stock (the number of products available for purchase) navigate to Woocommerce > Settings > Product Tab > Inventory. Put stock in each product as well. https://docs.woocommerce.com/document/managing-products/

    Best Regards

    #99062

    Manuel0211
    Participant

    No, what I want is to make the size bigger.

    Attachments:
    You must be logged in to view attached files.
    #99191

    Hello,

    Add this code to the Theme settings > Custom CSS:

    body .quantity input[type=button] {
        min-width: 25px;
        height: 52px;
    }
    body .quantity input[type=number] {
        width: 30px;
        height: 52px;
    }

    Best Regards

    #99681

    Manuel0211
    Participant

    Ready… thank you!!!

    Attachments:
    You must be logged in to view attached files.
    #99782

    Fine. If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Field’ is closed to new replies.