Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4-wide desktop ability #10

Closed
serakfalcon opened this issue Mar 14, 2014 · 4 comments
Closed

4-wide desktop ability #10

serakfalcon opened this issue Mar 14, 2014 · 4 comments

Comments

@serakfalcon
Copy link

Is it possible to have 4 same-size blocks across for the desktop? My site needs an amount divisble by 4, however 6 blocks wide does not allow that. Is there anything I can do about that?

@dziudek
Copy link
Contributor

dziudek commented Mar 15, 2014

Hello,

The only and hacky way can be setting the desktop width to 5000px and tablet width to 4999px - then the module will load the tablet view (with 4-columns grid) on the desktop and tablet devices.

@serakfalcon
Copy link
Author

In the end everywhere in the code where there was 6 I doubled it and it seems to work, though it affected the heights of elements for some reason.

@dziudek
Copy link
Contributor

dziudek commented Mar 20, 2014

So my tip wasn't working for you?

@serakfalcon
Copy link
Author

i'm sure it'd work but it seemed to make more sense to make the desktop units out of 12 instead of 6, which allows for division by 4, rather than messing with the desktop and tablet widths.

@dziudek dziudek closed this as completed Jul 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants