I would like to add Column Layout and specify percentage width OR aspect ratio for both columns e.g. 30-70,70-30,60-40,etc (3:7,7:3,6:4)
I understand that we can currently drag the bar manually to set the width, but it is not giving exact 70%. It comes close to 67%.
Plus, only a developer would know to inspect the element and know this exact percentage. I would want a visual editor with no developer background to be able to specify these widths.
Could you please recommend any solutions for the same?
Do we have to use custom component if there is no other way? If we do use custom component, is there any way to allow adding other components inside the custom component so that our custom component (e.g. 70:30 layout) still remains like a placeholder similar to Column Layout.