Reply To: How to activate previous/ next post navigation

Home Forums Support How to activate previous/ next post navigation Reply To: How to activate previous/ next post navigation

Home Forums Support How to activate previous/ next post navigation Reply To: How to activate previous/ next post navigation

#91035
Tom
Lead Developer
Lead Developer

Nice catch! Fixed this bug for the upcoming version.

For now, you can use this CSS:

.single footer.entry-meta {
      display: block;
}

Thanks!