I’ve found how to remove margins between images in main page grid thanks of a parameter in “Blog layout view” => “Grid View Space” menu, but it doesn’t work for categories grids. Do you have any solution ? Thanks.
Hi Daniel,
To remove the gap in categories page go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.
.post-main.column-area { margin-left: 0px; } .post-main .column-wrap { padding-left: 0; padding-bottom: 0; }
Thank you!