You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to make a layout in 2 columns? As shown in the image, where the text follows the flow of the arrow, ending at the bottom of the page and starting in the next column at the top.
The text was updated successfully, but these errors were encountered:
Well it should be possible using CSS columns: 2; column-fill: auto; on the page but I ran some tests and apparently the split algorithm needs to be patched in order to make it work. I have no time to look at it but it is open for contribution.
<div class="two-columns">
<!-- some editable html -->
</div>
But the content still not end at the end of the page for the columns.... but currently works for another case, e.g., when we only need two column in specific section of the page...
Is there a way to make a layout in 2 columns? As shown in the image, where the text follows the flow of the arrow, ending at the bottom of the page and starting in the next column at the top.
The text was updated successfully, but these errors were encountered: