-
Notifications
You must be signed in to change notification settings - Fork 8
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
Change number of columns #1
Comments
Hi elbirth, the thing with bootstrap is that it uses a 12 column grid by default, so the sum of all the columns must be equal to 12. However you can add a little piece of css code to change that to 15 columns. First enter js/views/views.js, go to line 105 and locate the following piece of code
Replace Now let's add those styles. Just paste the following piece of code at the end of the css/styling.css file (or your own css file)
Now you should have a 5 columns layout. Please let me know if it works for you, for me it does. Source: enter here |
This works perfectly, thanks Eduardo! I had found the start of that code and was changing 4 to 5 (without any success), but am unfamiliar with Bootstrap, so didn't know that I needed to change the other part to tie it all together (and then add the additional CSS). Following your instructions gets me to exactly where I want to be, so thanks for the quick reply! 4d617474 - a 10-blocks-per-page version sounds interesting, I'll keep an eye out for that! |
Hey again, l'm sorry, l saw this reply on my email account because l follow this one and thought that it was from my startpage, l'm not actually working on a different version Eduardo's one, sorry for misunderstanding :/ |
I'm really enjoying this startpage- I was wondering if you could point me in the right direction for how to change the number of columns will appear on each line? Right now I have 5 visible sections, which leads to having 4 sections on the first row, and then a 2nd row with just the 5th section. I made the font slightly smaller and would like to be able to make the columns closer together so that I can squeeze the 5th section back up to the first row.
The text was updated successfully, but these errors were encountered: