Hello, can you please tell me how can I bring 2 fields, that are in the same row, closer together? As you can in the image and link, the radio buttons field is far away from the text field and I want to have them closer to each other, on desktop layout. On mobile layout, they are as close as I want them. Thanks https://ibb.co/PDQqjtP
The page I need help with: [log in to see the link]
Instead of using the predefined plugin styles to distribute the fields into columns.
Please follow the steps below:
Select the “large” option for the “Field Size” attribute in the “fieldname2” field’s settings.
Remove the “saptezecilasuta” class name from the fieldname2 settings and “treizecilasuta” from the fieldname16 settings, and use the col-sm-4 and col-sm-8 respectively.
I did the modifications in the browser’s console to check what would be the form appearance with the modifications:
I’ve made the changes, but now on mobile layout the radio buttons are below the text field instead of next to it. (https://ibb.co/d476gqs)
The text field doesn’t need to be this long, only 12 characters are required, so even the small field size is more than enough. Instead of stretching the text field and creating another line, in my case, it’s best to keep both fields side by side on all layouts. (https://ibb.co/DVJsbnG)
Note you can assign multiple class names to a field through its “Add CSS Layout Keywords” attribute separating them by space characters.
For example, if you assign the custom-class class name to the field, you can enter a style definition similar to the following one through the “Customize Form Design” attribute:
.custom-class label{
font-weight: bold !important;
color: red !important;
}