I'm currently working on an app and I'm attempting to align 3 form elements in a ratio of 25/25/50, but it's proving to be quite challenging. At the end of this message, you'll find a picture showing the current layout. Additionally, I'm wondering if there's a way to insert some spacing between these form elements to make them easier to read and understand?
Between
<div class="ui-grid-e">
<div class=ui-block-a><input type="text" name="between1" id="between1" required /></div>
<div class=ui-block-b><input type="text" name="between2" id="between2" required /></div>
Comment
<div class=ui-block-c><input type="text" name="betweencomment" id="betweencomment" required /></div>
</div>