How to make the Divi Project module grid show three columns instead of four

Posted by George Nicolaou

On 22 Oct, 2019
George Nicolaou - Senior Web Developer

Add this code to the Divi-->Theme Options --> Custom CSS Section

/* Change projects protfolio columns from 4-3 start */ 
.et_pb_column_4_4 .et_pb_portfolio_grid .project {
 clear: none !important;
 margin: 0 60px 42px 0 !important;
 width: 27% !important;
}
/* Change projects protfolio columns from 4-3 end */

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Pin It on Pinterest

Share This
Divi Theme Code SnippetsHow to make the Divi Project module grid show three columns instead of four