• Resolved JoeMD

    (@joemd)


    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 – https://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 – https://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

    (@joemd)

    Been experimenting with this all of the last two days and am nowhere nearer a solution. Anyone have an suggestions?

    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

    (@joemd)

    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.