I have a row with two columns (5/6 + 1/6) - I want the columns to stay on the same line, but when I resize browser, the second column breaks. Please advise.
Thanks,
Matt
Edit: I found this answer: https://theme.co/apex/forum/t/3-columns-no-collapse-on-mobile/59594/3 using inline css of display: flex; flex-flow: row nowrap; which works, however the column width adjusts to 50/50% once the screen narrows.
Full width:
This is what happens with the columns with responsive:
This is what I want to achieve with responsive sizing: