Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1289079
    Kim g
    Participant

    Hello-

    Is there a way to remove the space and lines around the post titles on this archive page?

    http://devv.newworldeconomics.com/archives/

    I’d love for it to read as close to a plane list as possible. Meaning, look like this:
    http://www.newworldeconomics.com/archives/

    So I’m hoping I can remove the spacing around each post title. I am also unsure what the 3 dots are below each post title?

    Thank you,
    Kim

    #1289087
    Thai
    Moderator

    Hi Kim,

    Please add the following CSS:

    .hentry .entry-wrap {
        border: none;
        padding: 0;
    }

    Hope it helps 🙂

    #1289113
    Kim g
    Participant

    Thank you that was a great step forward.

    But it has effected the title and top spacing on every other page. How can I add a little space at the top and bottom while keeping the spacing between posts the same?

    Meaning, check here: http://devv.newworldeconomics.com/bio/

    The bio title is smack up against the breadcrumb bar.

    Thank you again- Kim

    #1289123
    Rupok
    Member

    Hi Kim,

    Let’s update the code a bit :

    .blog .hentry .entry-wrap {
      border: medium none;
      padding: 0;
    }

    It won’t affect the other pages.

    Cheers!

    #1289141
    Kim g
    Participant

    Great that it is just the archive page now, thank you. I still need a slight gap at the top of the archive page so it is not so close to the top. When I change the values in the CSS above it puts space between all the content, and I just need it at the top:
    http://devv.newworldeconomics.com/archives/

    #1289296
    Nico
    Moderator

    Hi There,

    Add this in your customizer > Custom > CSS:

    .blog .x-container.offset-bottom{
    margin-top:30px;
    }

    Let us know how it goes.

    Thanks.

    #1290017
    Kim g
    Participant

    perfect! thank you much

    #1290055
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

    #1290527
    Kim g
    Participant

    Back again.

    I didn’t realize this would only apply to my main blog page, I need the same spacing for all category pages.

    See here: http://devv.newworldeconomics.com/category/full-archive/

    But need it to look like what we accomplished here:
    http://devv.newworldeconomics.com/archives/

    Look forward to your response,
    Kim

    #1290826
    Rupok
    Member

    Hi Kim,

    Let’s update your existing code to following :

    .blog .hentry .entry-wrap,
    .archive .hentry .entry-wrap {
      border: medium none;
      padding: 0;
    }
    
    .blog .x-container.offset-bottom,
    .archive .x-container.offset-bottom{
    margin-top:30px;
    }

    Cheers!

    #1291343
    Kim g
    Participant

    you guys are THE.BEST. thank you

    #1291412
    Thai
    Moderator

    You’re most welcome 🙂

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