Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1295695
    Kim g
    Participant

    Hello-

    I would like to remove as much space as possible on my archive pages and on the blog page.

    See here it looks like there is double spacing between article titles:
    http://devv.newworldeconomics.com/archives/

    Because we will have an archive list of over 700 articles we want the spacing to be minimal, more like this page:
    http://www.newworldeconomics.com/archives/

    How can I remove the space between article titles?

    thank you as always,
    Kim

    #1295735
    Nabeel A
    Moderator

    Hey Kim,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .blog article {
        position: relative !important;
        transform: none !important;
        float: left !important;
    }
    .blog .entry-content.excerpt {
        display: none !important;
    }

    Let us know how this goes!

    #1295772
    Kim g
    Participant

    Thank you.

    I altered the code to this because I want it to apply to all categories AND the blog page:
    .blog article {
    position: relative !important;
    transform: none !important;
    float: left !important;
    }

    .entry-content.excerpt {
    display: none !important;
    }

    On the category pages it looks like this:
    http://devv.newworldeconomics.com/category/full-archive/

    Can I remove the space between the title and meta data (between the title and the date)? Because right now it looks like hte date belongs to the article below it.

    thanks again.

    #1295780
    Nabeel A
    Moderator

    Hi again,

    Add this code in your Customizer:

    .archive .p-meta {
        margin: 0 0 3px !important;
    }

    Let us know how this goes!

    #1295801
    Kim g
    Participant

    you guys are THE BEST.

    Thank you!

    #1295817
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1295695 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>