• Hi, I have problem with post title not showing in translated posts. There is h1 tag in source code, but not visible on post page. It’s not covered by menu, as I added top margin to article section and there is empty space where title should be. Any ideas what can be wrong?

    Link to default language post

    Link to translated post

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Tom

    (@lsrgsrd)

    Solution is to add this code in custom CSS:

    h1.entry-title {
    display: block!important;
    }

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.