Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #298377
    eddeaux
    Member
    Post count: 45

    Hello, this should be a simple fix. I am using the mini blog and the items on the homepage have a very large gap between items. Probably 30 more pixels of padding than I would like. Is there a simple way to manage this with some CSS?

    I have attached a screenshot. I’d prefer to be able to fit at least three items there. Thanks!

    Attachments:
    You must be logged in to view attached files.
    #298485
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this css

    .blog-item {
        padding-top: 0px;
    }

    -Rui

    #298562
    eddeaux
    Member
    Post count: 45

    Hello Rui, thanks for the fast response. The did help a little, but if you look at the site, it still seems to be a bit too spaced out. I’d like probably half the space that is currently showing there now. http://votesnap.org/

    I have looked at so many CSS options and can’t figure out how to make that gap smaller. 🙂

    Thanks for your help!

    #298563
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one.

    .mini-items .blog-details-wrap {
        padding-bottom: 0px!important;
    }

    -Rui

    #298565
    eddeaux
    Member
    Post count: 45

    Thank You! That worked PERFECTLY. Exactly the spacing I needed.

    #298567
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Nice, glad it’s sorted.

    -Rui

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register