Problems building a flexbox grid
问题 I'm trying to build myself a flexbox with the following design: My html looks like this (and I would like to NOT change this): <div class="wrapper"> <div class="page-header">Heading</div> <h3 class="right_1">right_1</h3> <div class="right_2">right_2</div> <div class="left">form element</div> <h3 class="right_3">right_3</h3> <div class="right_4">right_4</div> </div> This is the standard layout of the joomla contact page. I want to change the design though without altering html/php code. Is