flex-grid-framework icon indicating copy to clipboard operation
flex-grid-framework copied to clipboard

How to use fixed width for gutters

Open nickngqs opened this issue 9 years ago • 3 comments

I feel it's easier to work with fixed width for gutters. Is it possible with this framework?

nickngqs avatar Aug 17 '16 12:08 nickngqs

Maybe the easiest way to know is to try. Override the $flx-margin variable before to load the framework with an absolute size (e.g. 1rem).

At first thought, I don't think that it will work because of some computations which will mix units (relatives and absolutes).

AlexisBRENON avatar Aug 17 '16 14:08 AlexisBRENON

I did messed around abit but didn't seem to get it to work, hence was looking for some help. Because of the percentage needed for the input, it seems to not take in fixed values. I'll take a look again when I have time, see if i can change around the values.

nickngqs avatar Aug 18 '16 01:08 nickngqs

Probably if you also override flx-column_width variable using an absolute value it will work (as there is no more units mix).

AlexisBRENON avatar Aug 18 '16 07:08 AlexisBRENON