Increase number of projects shown in the row

Hi
Is there a way of increasing the number of projects shown from 4 to say 5 or 6? I have managed to make them smaller using custom CSS but it simply spaces the 4 across the page
Cheers

Hello @shaun,

You should find options for this in the Appearances > Customize > Latest News > Number of posts

Let me know if this is what you were looking for.

Regards

Hi
Not sure thats it, chnaging the number of posts made no odds, it was blamk to start with as well.
The section I need to increse is the one that uses the Front Page - Projects Sidebar the one that uses the [Illdy] - Project widget
Cheers

Hello @shaun,

Try this CSS for the 5 project layout:

.widget_illdy_project{
width: 20%;
}

Regards

:slight_smile:
Worked a treat thanks so much
Cheers