Thanks to Vitaliy's wonderful hint ( How to make a non-standard column layout with Bootstrap? ), We almost managed to make the design as on the customer's layout, but it remained to align the headers (Tekst betaalpagina) in the center and left edge relative to the input. Please tell me how it can be done in a simple way for the whole form (which is done with tab switching) Thank you what is that what is needed

  • It would be nice to look at the html and css of these elements. But in general, try playing with padding and margin indents. If the blue arrows indicate <label> then they are best done by display:block; - Rosnowsky

1 answer 1

Understood !!!

 .label_parent { display: flex; align-items: center; } .label_parent label{ margin-left: auto; }