Widening the track my orders field

Hello all,



I have been looking and trying but to no avail. I want to make the “track my orders field” a bit wider than it is right now. Would anyone know how to achieve this?



To see which field I mean have a look at the attached image.



Regards,



Martin

field.jpg

Doesn’t anyone know how to do this? It can’t be that difficult can it? I have tried so many things but it is to difficult for me:(

[quote name=‘Martin’]Hello all,



I have been looking and trying but to no avail. I want to make the “track my orders field” a bit wider than it is right now. Would anyone know how to achieve this?



To see which field I mean have a look at the attached image.



Regards,



Martin[/QUOTE]



Hi,



A simple tweak to the CSS file would get you your desired results.



The class in questions is “.input-text”

however do keep in mind that changing the width value would have an effect on each input field which shares the same class.

If its just in one location, there should be a unique id to it.



Example:

[url]Instant Demo - CS-Cart Multi-Vendor Demo Try Free for 15 days



The box is labeled

id=track_order_item12



You can add a custom css for it like this:


#track_order_item12 {
width: 150px;
}

I wanted to add an ID to this field so I can give it it’s own css but I can’t seem to find the field in question. Would one of you know in which tpl file the field might be located?

Care to share your URL? PM it?



It may already have an id? CS demo does.