Okay
  Public Ticket #3015065
Home Page 2nd column problem
Closed

Comments

  •  1
    Andrei started the conversation

    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. 

  •  291
    Paul replied

    Hello!

    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

  •  1
    Andrei replied

    Yep, it's perfect!
    Thanks a lot!