• Resolved GiannaGruen

    (@giannagruen)


    I use the Lovecraft theme for this website and I have hidden the date and author with help of Additional CSS code provided in another forum post.

    Now, when resizing to mobile, the category tag disappears (I thought it was a space issue, but since the other ones are missing, too little space should not be a problem). Is there a way to display the category tag on mobile?

    Ps. I saw there was another post with the same question, however that one went unanswered and it’s closed for new questions.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello giannagruen,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.


    @media(max-width:600px) {
    .post-categories,
    .post-categories span,
    .post-categories a {
    display:inline !important;
    }
    }

    Hope this will helps you.

    Thanks !

    Thread Starter GiannaGruen

    (@giannagruen)

    THANK YOU!!! This helped a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display categories on mobile’ is closed to new replies.