Title: category count
Last modified: August 30, 2016

---

# category count

 *  [micwp123](https://wordpress.org/support/users/micwp123/)
 * (@micwp123)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/category-count-4/)
 * Hi,
 * using the category widget with count, the number is displayed beyond. Is it possible
   to display the number inline, just behind the category name?
 * Regards
    mic

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/category-count-4/#post-6366774)
 * Hey, can you post a link?
 * Hannah
 *  Thread Starter [micwp123](https://wordpress.org/support/users/micwp123/)
 * (@micwp123)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/category-count-4/#post-6366780)
 * Hey,
 * here is the link: [http://bild-im-rahmen.com/](http://bild-im-rahmen.com/).
 * mic
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/category-count-4/#post-6366783)
 * I don’t see your count? can you clear the cache on your site?
 * Kadence Themes
 *  Thread Starter [micwp123](https://wordpress.org/support/users/micwp123/)
 * (@micwp123)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/category-count-4/#post-6366784)
 * Sorry, now I have cleared the cache and you should see the counts.
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/category-count-4/#post-6366786)
 * add this css:
 *     ```
       .sidebar .product-categories li span.count {
           position: absolute;
           left: 0;
           top: 5px;
       }
   
       .sidebar .product-categories li {
           position: relative;
           padding-left: 10px;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [micwp123](https://wordpress.org/support/users/micwp123/)
 * (@micwp123)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/category-count-4/#post-6366802)
 * Thank you very much!
 * Your code results in placing the count in front of the category name. I want 
   it the other way round.
    To achieve this I did it this way:
 *     ```
       .sidebar .product-categories li span.count {
           position: absolute;
           left: 100px;
           top: 5px;
       }
   
       .sidebar .product-categories li {
           position: relative;
           padding-left: 0px;
       }
       ```
   
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/category-count-4/#post-6366814)
 * sorry misunderstood. Glad you got it.
 * Kadence Themes

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘category count’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [count](https://wordpress.org/support/topic-tag/count/)

 * 7 replies
 * 3 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/category-count-4/#post-6366814)
 * Status: not resolved