Comments 1Alchymister started the conversationFebruary 18, 2026 at 2:55pmHi, Could you please advise how to fix a column layout problem? Currently: First row: 3 columnsSecond row: 2 columnsThird row: only 1 columnWhy is the very last category not appearing in the second row? Also, when there’s only a 2-column layout, it looks even worse (see screenshot). How can I fix this? Thank you!Attached files: Screenshot 2026-02-18 at 15.50.35.png Screenshot 2026-02-18 at 15.51.38.png 309Paul repliedFebruary 19, 2026 at 6:34pmHello, To fix the display problem, please apply this custom CSS: .portfolio-listing { display: flex; flex-wrap: wrap; } .col3 .portfolio-item, .portfolio-category { float: none; } I hope this helps. Please let me know if you have any further questions. Best regards,Paul1 Like 1Alchymister repliedFebruary 20, 2026 at 8:36pmthanky you, it works!1 Like 309Paul repliedFebruary 22, 2026 at 7:11pmYou're welcome! Sign in to reply ...
Hi,
Could you please advise how to fix a column layout problem? Currently:
Why is the very last category not appearing in the second row?
Also, when there’s only a 2-column layout, it looks even worse (see screenshot).
How can I fix this?
Thank you!
Attached files: Screenshot 2026-02-18 at 15.50.35.png
Screenshot 2026-02-18 at 15.51.38.png
Hello,
To fix the display problem, please apply this custom CSS:
.portfolio-listing { display: flex; flex-wrap: wrap; } .col3 .portfolio-item, .portfolio-category { float: none; }I hope this helps. Please let me know if you have any further questions.
Best regards,
Paul
thanky you, it works!
You're welcome!