For my project, I utilized a thumbnail section and a view section. To achieve this layout, I divided the parent div into two separate divs. The first div is col-md-3 (the thumbnail section) and the second div is col-md-9 (the view section). Now, I am looking to hide the first div and change the second div to col-md-12 for smaller devices such as mobile or iPad.
Is there a way to accomplish this using media queries?