Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #849449

    drjeff007
    Participant

    Hi,

    I’ve been looking for a half hour and trying to figure out how to decrease the spacing between blog posts in my sections. As it is now there is a big gap between each post box.

    You can see an example here…

    http://www.spartantraderfx.com/blog-test/

    Thank you!

    #849481

    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under Customizer > Custom > CSS:

    .x-recent-posts a {
       margin: 0 2% 0 0;
    }
    .x-recent-posts a.x-recent-post2 {
        width: 49%;
    }
    .x-recent-posts+.x-recent-posts {
        margin-top: 2%;
    }

    Hope it helps 🙂

    #849515

    drjeff007
    Participant

    Yes that helps a lot!

    If I wanted to increase a tiny bit more would I change the 2% to 1%?

    #849574

    Thai
    Moderator

    If I wanted to increase a tiny bit more would I change the 2% to 1%?

    Exactly 🙂

    If you need anything else, please let us know.