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 grid layout goes from 4 to 3 in a row after 28th item #306

Open
irinaz opened this issue Feb 9, 2016 · 0 comments
Open

4 grid layout goes from 4 to 3 in a row after 28th item #306

irinaz opened this issue Feb 9, 2016 · 0 comments

Comments

@irinaz
Copy link
Collaborator

irinaz commented Feb 9, 2016

There is a bug in openframework.css on line 1160
.views-grid-four .views-row.views-row-4, .views-grid-four .views-row.views-row-8, .views-grid-four .views-row.views-row-12, .views-grid-four .views-row.views-row-16, .views-grid-four .views-row.views-row-20, .views-grid-four .views-row.views-row-24, .views-grid-four .views-row.views-row-28

Solution by Joe Knox for VPSA project
/* 4 Grid Layout */

.views-grid-four .views-row:nth-child(4n+4) {
margin-right: 0;
}

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

1 participant