Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #482125

    On Single product i want to reduce width of input field

    tryied:

    #top input[type=’number’]
    {
    width: 200px;
    }

    This works, but the field on table will not adjust.

    #482514

    Hey combra!

    Thank you for using Enfold.

    You can try this:

    #top input[type='number'] {
        width: 200px !important;
    }

    Best regards,
    Ismael

    #482551

    Hey Ismael,

    thanks for answer. Already had this code, my table will not adjust. See screenshot on private (marked yellow)

    #483091

    Hi,

    It seems to be working fine on my end, this is what you have in your CSS:

    #top input[type='number'] {
        padding: 6px 6px;
        text-align: right;
        width: 200px !important;
    }

    I’m not sure what you mean by the table adjusting, what are you expecting to happen?

    Best regards,
    Rikard

    #483118

    Thanks, you are right, my fault.

    • This reply was modified 8 years, 10 months ago by combra.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Width of Input field’ is closed to new replies.