I am learning Bootstrap and I encounter this problem. I'd like something like this on Desktop
and Mobile will be like this
I just can't make it work so I have a following hack. Wrap 2 and 3 in a div, then make a 4th div with the same content as 2 and hide it (#4) on desktop, and hide #2 when on mobile.
Is there a way to do it cleaner? Note that I know nothing about CSS. I only work with what bootstrap 4 have. I don't necessary need any code, showing me a hint how to solve this would be awesome enough.