Post Filter issue

How do I remove this padding on Post Filter. I tried even adding custom CSS and It wont remove it. I just want it to be aligned properly. My containers and divs are added properly. This is some strange padding inside the post widget. There is no way to edit it.

Details

Hi @mitraxis ,

I have changed your topic category to How To.

You can use this custom CSS on the Posts element.

root .bricks-isotope-filters {
padding-left:0;
}

1 Like

Thank you mate :heart:
Much appreciete it

2 Likes

They fixed this in the new update. By default it doesn’t have that padding anymore.