Struggling to adjust media queries to make HTML responsive on different platforms. The width of a div tag is creating a horizontal scroll and I can't seem to reduce it.
No matter what adjustments I make, the dimensions remain at 396 x 3523.
.columns{
content: "";
display: table;
clear: both;
width: auto;
margin:0;
padding: 0;
}