Changing number of tiles - portfolio

Hi there,

Is there a way to change the number of tiles that appear on the horizontal in the Portfolio widget?

Hoping to change it to five or six horizontal tiles.

Thanks,

Matt

Never mind. Sorted with this bit of code

@media (min-width: 990px){
 .shapely_home_portfolio .col-md-3.masonry-item.project {
    width: 20%;
    position: static !Important;
} 
}

Hi @themattgould

Awesome great to see you got that sorted out.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin