Currently, I am working with Bootstrap 3.x and have two divs assigned as col-lg-6. These divs are referred to as Column X and Column Y.
In the desktop view, Column X is positioned on the left side while Column Y resides on the right side.
My query pertains to adjusting the layout so that when viewed on smaller screen widths, Column Y appears above Column X instead of beside it. How can this be achieved?