Hello,
I have a inner section with three elements inside. One of them should be horizontally align to the left and the remaining two ones to the right. Could you give me an idea how to do it without adding columns into the section?
The reason why I would like to avoid using columns is to keep elements inline width. I can’t set column width to be flexible, it requires exact width value in percentage. In the image below, both columns have set a width:
Then it can cause responsive problems if I zoom in the website:
Therefore I would need to keep three elements in just one section without columns while one of the elements is align to the left and two elements to the right. Similarly as in the image below, but with the middle element align to right:
Best Regards