44 Posts
Tina
8 years ago
1
Topic

Hi. I would like to change the width of a field in a form. It is currently too small. I see in firebug what css style needs to change: 

select{width: 220px}; 

I would like to change it for one field. What is the proper way to change the width?

Get a Book for SEBLOD
4229 Posts
Kadministrator
8 years ago
0
Level 1

If you click on Markup & Markup class button, you can assign any class to the field, so e.g. if your template is using boostrap you can put a class like span2 in that field to change its width or use some custom class and define its width in your css file

Get a VIP membership