Comments boxfulblog started the conversationJuly 20, 2020 at 3:23amI have try to make the homepage in elementor. I add the penci featured cat, and set to "style 7 grid layout". I want that should be 2 column, but that is in 3 column.would i change it to 2 column? 2,700PenciDesign repliedJuly 20, 2020 at 4:47amHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (min-width: 768px){ .penci-featured-cat-sc .penci-grid > li{ width: 48.05%; margin-right: 3.9%; } .penci-featured-cat-sc .penci-grid li:nth-of-type(3n+3){ margin-right: 3.9%; } .penci-featured-cat-sc .penci-grid li:nth-of-type(2n+2){ margin-right: 0; } .penci-featured-cat-sc .penci-grid > li:nth-of-type(3n+1){ clear: none; } .penci-featured-cat-sc .penci-grid > li:nth-of-type(2n+1){ clear: both; } } Best Regards,PenciDesign Sign in to reply ...
I have try to make the homepage in elementor. I add the penci featured cat, and set to "style 7 grid layout". I want that should be 2 column, but that is in 3 column.
would i change it to 2 column?
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign