badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Margins in categories grids

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50048
    Daniel
    Participant

    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.

    #50100

    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.