Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Size of the quantity field

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Size of the quantity field

Tagged: quantity field

  • This topic has 3 replies, 2 voices, and was last updated 11 years, 2 months ago by gvnet.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • January 13, 2012 at 2:21 am #5273
    gvnet
    Participant

    I was hoping to increase the size of the quantity field for my products, as it currently only shows two digits and I need three.

    Is this controlled by the theme and is it possible to change the attributes of a single field (or all fields related to my product quantities.

    January 13, 2012 at 3:31 am #40713
    gvnet
    Participant

    link to test products

    January 13, 2012 at 6:27 am #40714
    admin
    Keymaster

    You can add a “min-width” property to your text fields and specify the minimum width. For example you have the following CSS in your theme:

    .custom .format_text input {
    width: auto;
    }

    Changing the above code to the following should do the job:

    .custom .format_text input {
    width: auto;
    min-width: 30px;
    }

    Alternatively, you can modify the code of the input fields to have a size of 3 or above.

    January 14, 2012 at 9:34 pm #40715
    gvnet
    Participant

    Nice! Works perfectly thank you.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • WP PDF Stamper Documentation
  • WP Photo Seller Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial
  • WP Photo Seller Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2023 | Tips and Tricks HQ