So I would like to create a five column layout as provided to me in this mockup:
So here's my question:
I know I can change my overall grid to a number that is evenly divisible by 5 and create new column classes.
BUT...that is not an option because so much of what we have already built is based on the 12 column grid.
SO...
How do i go about creating a 5 column layout, with a grid system that is fixed at 12?
This is being done within a panels module in Drupal 7, for which we use bootstrap classes to provide the layout. But I'm wondering if I have a stylesheet that overrides the bootstrap styles, and just create my own, but I'd much rather use bootstrap if I can.
Thanks for the your help, input, and advice.
Cheers.