Craig100
02/11/2025, 5:18 PM<div class="umbraco-forms-container @("col-md-" + c.Width)">
which of course means nothing without bootstrap or other framework that responds to col-md-6. I changed it to <div class="umbraco-forms-container @("col-md-" + c.Width)" style="max-width: 40%">
but it's still all in one column.
Any ideas how to acheive 2 columns without having to install bootstrap. Tailwind won't be any use here has it has to be in the view at build time. I have the forms.cshtml in a Theme folder which has been chosen by the editor when they put the form in an RTE with the usual macro.
Thanks.Rachel D
02/11/2025, 5:25 PMRachel D
02/11/2025, 5:27 PM@source
Craig100
02/11/2025, 6:40 PM