Comments 2romain started the conversationMarch 9, 2020 at 12:55pmHello again,I don't found any options to customize the portfolio number of columns.Does it exist, or do you plan to do so soon?Thanks 1,974Support repliedMarch 9, 2020 at 4:32pmHi Romain there is no options of setting the portfolio columns grid you can only add spacing between thumbnails or not and the thumbnails szie in portfolio item options. https://isotope.metafizzy.co/layout-modes/packery.html the grid is initialized in /js/scripts.js function Portfolio() $container.isotope({ layoutMode: 'packery', itemSelector: '.item', gutter:0, transitionDuration: "0.5s" }); Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2romain repliedMarch 10, 2020 at 8:20amHello I found a simple solution in CSS. .item { width: calc(33% - 100px)!important; } This way you can have 3 columns. I imagine 25% for 4 columns, etc... If this can help for others...++ 1,974Support repliedMarch 10, 2020 at 1:23pmYes, good oneThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hello again,
I don't found any options to customize the portfolio number of columns.
Does it exist, or do you plan to do so soon?
Thanks
Hi Romain
there is no options of setting the portfolio columns grid you can only add spacing between thumbnails or not and the thumbnails szie in portfolio item options.
https://isotope.metafizzy.co/layout-modes/packery.html
the grid is initialized in /js/scripts.js function Portfolio()
$container.isotope({
layoutMode: 'packery',
itemSelector: '.item',
gutter:0,
transitionDuration: "0.5s"
});
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello
I found a simple solution in CSS.
This way you can have 3 columns. I imagine 25% for 4 columns, etc...
If this can help for others...
++
Yes, good one
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy