• Chris Dale

    (@chrisatwp)


    Category description not appearing on mobile WordPress. It appears on my desktop.

    • This topic was modified 3 years ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Requests and Feedback topic

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • catacaustic

    (@catacaustic)

    Yout themes CSS is controlling that with this rule in the responsive media queries

    .ct-hidden-sm {
    	display: none !important;
    }

    That hides everything with the class of ‘ct-hidden-sm’ which the category description area has.

    As you’re using a commercial theme, you should contact the author/vendor for support on this.

    Thread Starter Chris Dale

    (@chrisatwp)

    Thanks didn’t seem to work though, will just create copy for phone

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘category description not appearing on mobile’ is closed to new replies.