Right now, the width of my DIV is 100%. It's great on mobile. It stretches, and it doesn't require the user to scroll left or right. It just "fits".
However, on a big monitor...the DIV is stretched out, and all the stuff on float:left are to the left, whereas all the float:right are all the way to the right!
I would like a style solution for this. What attributes can I put in this div so that when people view it on the desktop, it maxes out at 500px (and still keep the stretchyness in mobile)?
By the way, I want the same template for mobile + desktop. (makes things easy)
Thanks.