• Resolved albert96

    (@albert96)


    Hello, i am currently trying to reduce the space between two articles on the category page.

    To understand what i mean, please take a look at my site:

    http://thenewlight.eu/category/kommentar/

    What i mean is that there is a lot of space between the end of the first article where it says “Leave a comment” and the beginning of the next article…

    i would like to reduce that space on those specific “category” pages.
    on my main page (thenewlight.eu) it looks perfectly fine, i do NOT want to reduce the space between the articles there, since it already is fine there.

    Does anyone have a suggestion on how i can fix my problem?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there albert96,

    How are you doing today?

    I’ve checked your site and I can see what you mean. This should be possible to fix with some custom CSS, we can also target category pages in general or specific category pages in case that is what you want.

    To do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .category.archive .post-inner-content {
        margin-bottom: 50px;
    }

    This is the original margin for those elements where you can see this gap, and the code will only affect category pages. What you need to do is to reduce the value to what ever suits you the most.

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter albert96

    (@albert96)

    Thanks a lot! That solved my problem.
    Great help!

    Have a nice day,
    Albert

    Hey Albert,

    Glad I could help 🙂 Have a nice day too!

    Cheers,
    Bojan – WPMU DEV

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Possible to reduce space between two articles on category page?’ is closed to new replies.