Add CSS class hide_post_title_container to the post title module.
Then add the following custom css.
/* -- START Fix post title container margin -- */
.hide_post_title_container .et_pb_title_container{
display:none;
}
/* -- END Fix post title container margin -- */
Code language: CSS (css)