Comments 1Andrei started the conversationApril 1, 2022 at 10:30amHello, On the first page (HomePage), i have 6 portfolio projects which are displayed on 3 rows. Is there any chance to arrange them with 3 pieces / row? A total of 2 rows each with 3 columns like the first row. 295Paul repliedApril 4, 2022 at 8:46amHello!Please try applying this custom CSS to fix the issue: .portfolio-listing { display: flex; flex-wrap: wrap; } .col3 .portfolio-item, .portfolio-category { float: none; } Let me know if it helps!Regards,Paul 1Andrei repliedApril 4, 2022 at 10:56amYep, it's perfect! Thanks a lot!1 Like Sign in to reply ...
Hello,
On the first page (HomePage), i have 6 portfolio projects which are displayed on 3 rows. Is there any chance to arrange them with 3 pieces / row?
A total of 2 rows each with 3 columns like the first row.
Hello!
Please try applying this custom CSS to fix the issue:
Let me know if it helps!
Regards,
Paul
Yep, it's perfect!
Thanks a lot!