diegomilito
VP-CART Expert
  
Argentina
779 Posts |
Posted - October 27 2012 : 03:05:30
|
you can edit file shop.css , that file should be inside folder named 'stylesheets'. once you open it using text editor, search for something like .txtfield
.txtfield{ background-color: #FFFFFF; border-bottom-color: #000000; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #000000; border-left-style: solid; border-left-width: 1px; border-right-color: #000000; border-right-style: solid; border-right-width: 1px; border-top-color: #000000; border-top-style: solid; border-top-width: 1px; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: normal; } and you will have to add a line inside it -
width:200px; (or any other width its up to you)
i hope this will work for you. Diego.
|
 |
|