Please scroll to the heading that says “Reliable. Professional. Simplified.” I need the image on the bottom there, to stack above the “Reliable. Professional. Simplified.” heading when the browser is sized to below 480px. Any CSS tricks I can use to achieve this?
What framework is this? Normally for different screen sizes you can assign widths per each screen size.
Right now that div is set to span7 (out of 12). That needs to be set to 100% width for mobile (via media query). You also need to restructure your HTML to put that span7 div before the span5.
Although I do question what sort of grid/framework doesn’t allow different screen size settings…