I need help with designing a responsive layout for my website. Currently, I have a simple layout with 3 elements that I want to display differently based on screen size.
On larger screens, I want the elements to be arranged like the layout at the top in the picture, and on smaller screens, I want them to be laid out like the bottom layout.
Right now, I am using Bootstrap 4, but my layout is in table format which is not working well on smaller screens.
I am struggling to figure out how to make the blue box in my layout pop out and display as a full row beneath the first two elements on smaller screens. I know I can use col-sm-* values and possibly order-sm-* to achieve this, but I don't know where to start.
Any advice or guidance on how to achieve this responsive layout would be greatly appreciated!