Using Gantry (mostly 4 up to now) a lot and one thing that is getting asked more and more is to step out the grid setup and create a 100% fluid width layout.
On say a 1920px screen, 1200px wide content leaves a large left/right gap. So I am looking into solutions to make Gantry use fluid width to make the content use full width in all resolutions.
Easiest to explain is by looking at this example and resize your screen:
Fluid Example
Is something simular for Gantry (4) possible? I'd love to know.
That was one of the first things I tried, but unfortunately that doesn't work without disabling the entire grid system in /libraries/gantry/css/grid-responsive.css
Think I will need to look at a grid solutions using percentages.