Projects - Number of Projects Per Row

Hi there,

Currently in the Illdy Theme, you need to have 4 projects in a row in order for it to be “full”.

Is there an option to have only 3 projects per row? … then all the images automatically fill that row?

Thanks,
Darragh

Hey there,
Hope you’re doing well today

The code below is the closest I got to having three projects in a row full width:

@media (min-width: 768px){
.col-sm-3 {
height: auto!important;
width: 33.33%!important;
}}

Kindly add and save the code to Appearance > Customize > Additional CSS.

I hope this helps :slight_smile:

Best Regards,
Support

Thanks for your help - all working perfectly now :slight_smile:

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support