cancel
Showing results for 
Search instead for 
Did you mean: 

Product Custom Options - Input Type Checkbox - Resize

Product Custom Options - Input Type Checkbox - Resize

Hi,

 

Can I please get some guidance on changing the text box size in Products under Custom Options. Thanks in Advance.

 

tempsnip.png

1 REPLY 1

Re: Product Custom Options - Input Type Checkbox - Resize

Hi @ravinesh_mishra 

Try the below class in admin theme:

.custom-options .option-box .border input.input-text, .custom-options .option-box .border select.select
{
   width:95% !important;
}


or Try with static width

.custom-options .option-box .border input.input-text, .custom-options .option-box .border select.select
{
   width:165px !important!;
}


I hope it will help you!