• All the category pages title are “hidden”/cover by the blog posts.
    If you check the other pages the titles are showing fine.

    Please check this image for easier understanding of the situation:

    View post on imgur.com

    Please kindly help me to fix this and thank you so much for your time.

    T_T

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

Viewing 1 replies (of 1 total)
  • The category page title is in <header class="page-header>, and that is inside of <main id="masonry">.
    Move <header class="page-header> outside of <main id="masonry">.
    Or wrap <article>s after page title with <section id="masonry">, and remove id="masonry" from the main tag.

Viewing 1 replies (of 1 total)

The topic ‘Category Title Hidden Behind Content’ is closed to new replies.