Hi I would like to remove approximately 10px of white between posts. Please direct me to the css rules that control this space.
Thank you kindly.
Hey Gloria!
Add this to your custom CSS.
article .post_delimiter {
padding: 0px !important;
}
Best regards,
Elliott