Projects Columns

Hello,

I have 9 projects I am trying to upload and it drives me nuts that there is a hanging project beneath the 8 projects that are neatly aligned. How can I change the max number of columns from 4 to 3?

Thanks

Hello Danielle,

It seems like you could use this CSS lines of code:

.widget_illdy_project { width: 33.33%; }
@media (max-width: 768px) { .widget_illdy_project { width: 33.33%; }}

Ideally, the above CSS code should be placed in a child’s theme style.css

However, you can use a plugin like Simple Custom CSS or place it directly in Dashboard > Appearances > Editor > Style.css
That being said, please keep in mind that this will get erased if you replace/update the theme files.

Let me know if you got everything alright.

Regards