Thank you for your patience. 😊 The extra spacing is some default spacing from the theme on posts. We can reduce them using custom CSS. Please, go to your WordPress Dashboard > Divi > Theme Options > Custom CSS and add the following:
.single-post .et_pb_post {
padding-bottom: 0;
margin-bottom: 0;
}
Komentar