I would like when in mobile for the image to show in says 2 columns. At the moment when going down to mobile resolution it just aligns them all left and a single column.
Even If I have to compromise and have 2 on desktop and mobile it would be fine. I’m more asking hwo we go about getting two columns in mobile. Ideally as well having the image and radio button aligned center to the field.
I could have multiple but its easier and more convenient with individual checkboxes. Plus the conditional logic can be changed on a single field easier when the form goes live.
You cant de-tick a radio button can you? Thats the only reason I picked a check box Ric.
Each Washing machine is a separate field / checkbox with a single entry. The user has to option to choose 1 or many items.
This may be a unorthodox but works for me in this scenario, I’m bending the rules of gravity but it works and looks good. This being an inventory form. Each item will be different in final form. I just duplicated for simplicity.
Do all the the checkbox options show on page load? You mentioned you have some conditional logic applied to some of them.
I can write some css targeting the checkbox fields so they appear the way you’re wanting but if some of the checkbox fields aren’t visible on page load it might effect the layout. Can you confirm?
No conditional logic on load Ric. Its vanilla at the moment. By conditional logic I meant given a dropdown etc further down the form it may for instance hide one of the checkboxes. This may or may not be required. Its driven really by what we come up with.
Adding it to the additional css worked a treat Ric. Thanks. Didn’t work on the main style sheet but did on the additional. Strange that as I have other things working in the main style sheet for gravity.
Icing on the cake here.
Any idea how I get
A/ The items aligned horizontally. They are shifted to the left at the moment. Having equal space left and right (including the check box) would be great. Even better the checkbox below the image and the description below the check box. Then all aligned vertically and horizontally. Really know I’m pushing luck now but you may have the answer in a few lines.
B/ The tick box say double the size. Its very small by default and making it a bit more prominent would be nice.