Inline Form Fields?

I'm using version 4.11.3. Can I make form fields appear side-by-side? I can't find anywhere to assign custom CSS classes to the appropriate fields. Small fields like numbers or zip codes do not need to take up the entire width of the content area. It looks very basic and unnecessary especially for long forms that would require a lot of vertical scrolling.

I'm sure there is a way, but I can't find anything in documentation or in the forums.

Thanks for anyone who can point me in the right direction!

You can add custom css in the Design/Themes - theme editor.

Thanks for responding! I am aware of the custom CSS section in the theme editor, I was just hoping there was a less tedious method than to assign css to each individual field. For instance, if I could create a few classes and assign them to the fields on Form Builder, it would save a lot of time. I'm hoping CS-Cart will add this functionality in the future.

I was able to get the form fields to display side-by-side (more or less) by adding this CSS:

form > .ty-control-group {

float: left;
margin: 0 12px 12px 0;
}
Hope this helps someone else, until CS-Cart can give us more control over the style of our form fields.

I was able to get the form fields to display side-by-side (more or less) by adding this CSS:

form > .ty-control-group {

float: left;
margin: 0 12px 12px 0;
}
Hope this helps someone else, until CS-Cart can give us more control over the style of our form field

Thanks for this. Where would I add this? I tried pasting into the theme CSS box but nothing changed. Shoudl I put something around this?

Would really appriciate any help. Thanks for posting in the first place jwoelfel

Thanks for this. Where would I add this? I tried pasting into the theme CSS box but nothing changed. Shoudl I put something around this?

Would really appriciate any help. Thanks for posting in the first place jwoelfel

Did you clear the cache?