cssgrid
cssgrid copied to clipboard
Provide a generator for different widths?
Any chance you can provide a generator for different (total) widths? Unfortunately not all designers/clients want to go with an exact width of 1140px. I assume that might not be too much work but as an external person digging into code written by somebody else is always a mess - if any sort of cooperation is needed/wanted, I can offer help coding in PHP.
If you define the max-width in your styles.css and make sure you link to that last in your html, it will stretch/shrink to that. I recently did a project in which the client wanted 960px instead. All it took was one line of code applied to .container