We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, is it possible to change the number of columns in the portfolio? I didn't find a way to modify it, yet.
The text was updated successfully, but these errors were encountered:
I am wondering the same thing myself!
Sorry, something went wrong.
@LeonardoDaVincio @ed353
I managed to get 2 columns by adding the following to the custom.css file:
@media (min-width: 992px){ .col-lg-3{ width: 50% !important; } } @media (min-width: 1200px){ .col-lg-3{ width: 50% !important; } } @media (min-width: 992px) { .col-md-9{ width:60%; } }
It's possible the !important calls are unnecessary (it's a habit to use them by now)
!important
Best, Lasse
No branches or pull requests
Hello, is it possible to change the number of columns in the portfolio?
I didn't find a way to modify it, yet.
The text was updated successfully, but these errors were encountered: