You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this wonderful grid system, I really loved it and is pretty handy too.
I just have one question, is there a way I can change the gutterwidth based on screensize? Or else is it possible to set the gutter width in 'em' instead of 'px'?
For example, I would like to set the gutter width as 40px for screen resolution above 1600 and gutterwidth 30 for screen resolution aboue 1200 and so on.
At present I set the gutter width using the below configuration.
Hi,
Thanks for this wonderful grid system, I really loved it and is pretty handy too.
I just have one question, is there a way I can change the gutterwidth based on screensize? Or else is it possible to set the gutter width in 'em' instead of 'px'?
For example, I would like to set the gutter width as 40px for screen resolution above 1600 and gutterwidth 30 for screen resolution aboue 1200 and so on.
At present I set the gutter width using the below configuration.
setConfiguration({
gridColumns: 24,
gutterWidth: 40
});
Any help in this would be highly appreaciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered: