ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
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.