Title: Styling Wiki Categories
Last modified: August 21, 2016

---

# Styling Wiki Categories

 *  Resolved [JoeMD](https://wordpress.org/support/users/joemd/)
 * (@joemd)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/styling-wiki-categories/)
 * Hey folks,
 * Firstly, this **IS** related to Hueman, so please bare with me.
 * A while ago I bought WPMU’s Wiki plug in. It’s wonderful, but the only issue 
   is that when you search or click on a category the results are show with their
   featured image HUGE and it’s hard to navigate the results. I’ve fixed the large
   featured image issue by adding the following code –
 *     ```
       .incsub_wiki .post-thumbnail img {
       	height: 181px !important;
       	width: auto !important;
       }
       ```
   
 * Clicking on a Wiki’s category now results on a single list with the smaller featured
   image, as seen here – [http://soniccollectors.com/scwiki/categories/video_games/](http://soniccollectors.com/scwiki/categories/video_games/)
 * However, I want to have the results show with two posts side-by-side, as they
   appear on the site’s main page – [http://soniccollectors.com/](http://soniccollectors.com/)
 * I’ve tried all sorts of stuff but can NOT figure out how to do this.
 * If anyone has any suggestions it’d be MUCH appreciated.
 * Cheers.

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

 *  Thread Starter [JoeMD](https://wordpress.org/support/users/joemd/)
 * (@joemd)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/styling-wiki-categories/#post-4797461)
 * Been experimenting with this all of the last two days and am nowhere nearer a
   solution. Anyone have an suggestions?
 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/styling-wiki-categories/#post-4797473)
 * Hey there! Try adding this as CSS:
 *     ```
       article.incsub_wiki { width: 50%; float: left; }
       @media only screen and (max-width: 719px) {
       article.incsub_wiki { width: 100%; }
       }
       ```
   
 *  Thread Starter [JoeMD](https://wordpress.org/support/users/joemd/)
 * (@joemd)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/styling-wiki-categories/#post-4797476)
 * That worked PERFECTLY! Thanks SOOOOO much, Alexander!

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

The topic ‘Styling Wiki Categories’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [JoeMD](https://wordpress.org/support/users/joemd/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/styling-wiki-categories/#post-4797476)
 * Status: resolved