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.
Hey combra!
Thank you for using Enfold.
You can try this:
#top input[type='number'] {
width: 200px !important;
}
Best regards,
Ismael
Hey Ismael,
thanks for answer. Already had this code, my table will not adjust. See screenshot on private (marked yellow)
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
Thanks, you are right, my fault.