Okay
  Public Ticket #2826738
3 columns layout
Closed

Comments

  • cristiano1987 started the conversation

    Hi

    I have to now why the layout is 3 columns only in the first row and 2 columns in the others row

    I have to set all row in 3 columns

    Best regards

  •  291
    Paul replied

    Hi there!

    Could you please try using this custom CSS?

    .portfolio-listing {
        display: flex;
        flex-wrap: wrap;
    }
    .col3 .portfolio-item, 
    .portfolio-category {
        float: none;
    }
    

    It should help fix the issue.

    Regards,
    Paul

  • cristiano1987 replied

    Thanks a lot, that worked!

    One more question

    Is there a way to display all square picture (in the link above all photos are square except ITALIA that is rectangle)

    http://www.gianlucatoni.it/home-2/

    Thanks again



  •  291
    Paul replied

    I am afraid, in this case, you would need to manually make the picture of ITALIA square before uploading. The theme will display the picture as its original ratio.