I'm having trouble getting some content to behave on smaller screens using Gantry framework in Rockettheme template Ionosphere. I would like to have these two divs next to each other but when its displayed on a small screen, the text overlaps into the next div.
Is there a way I can keep this basic centered look on a large screen and then have the 2nd div fall below on a small screen?
<div style="float: left; padding: 20px; width: 100%;">
<div style="float: left; width: 50%;">
<h2>Vegas All Nite, LLC</h2>
Phone: (702)516-8852 <br /> Support: info@VegasAllNite.com<br />Reservations: reservations@vegasallnite.com</div>
<div style="float: left; width: 50%;">
<h2>Social Media</h2>
FaceBook - Vegas All Nite<br /> Twitter - Coming Soon<br /> Google + - Coming Soon<br />YouTube - Coming Soon</div>
</div>