Home Forums WoodMart support forum Related Posts Format Reply To: Related Posts Format

#221327

Hello,

Please replace the custom CSS with this one:

.post-single-page > .article-inner > .entry-header {
  display: none;
}
.post-single-page > .article-inner > .entry-title {
   padding: 0 15vw;
}

Best Regards