New Landing How can we help? Themeforest Theme Support Uplift Blog post allignment

Viewing 15 posts - 1 through 15 (of 20 total)
  • Posted in: Uplift
  • #304066
    alexjay
    Member
    Post count: 16

    So I’ve set up the blog but want to remove the big black “Uncatagorized button next to each post and have them be all aligned on the right side of the page instead of going ‘right-left-right-left’ etc.

    Attachments:
    You must be logged in to view attached files.
    #304068
    alexjay
    Member
    Post count: 16

    So I found a custom CSS code:
    .mini-items .blog-item:nth-child(2n) figure {
    float: left;
    margin-left: 0;
    margin-right: 30px;
    }

    But I’m still getting a formatting issue (view the spacing on the second image in the attachment).

    Also I still need to get rid of the categories button.

    Attachments:
    You must be logged in to view attached files.
    #304417
    David Martin – Support
    Moderator
    Post count: 20834

    Please use these:

    .blog-details-inner .post-cats, 
    .details-inner .post-cats {
        display: none;
    }
    .mini-items .blog-item:nth-child(even) .blog-details-wrap {
        padding-left: 30px;
        padding-right: 0;
    }
    #304553
    alexjay
    Member
    Post count: 16

    Awesome! Really helpful.

    Can you help me make the spacing between the posts smaller?

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

    will need the password to login in the admin area.
    Thanks

    -Rui

    #304816
    alexjay
    Member
    Post count: 16
    This reply has been marked as private.
    #305104
    David Martin – Support
    Moderator
    Post count: 20834

    The height spacing between each post is calculated via JS dynamically. You can only slightly adjust it using:

    .mini-items .blog-details-wrap {
      padding-bottom: 0px;
    }
    
    .mini-items .blog-item {
      margin-top: -30px;
    }
    #305243
    alexjay
    Member
    Post count: 16

    Thank you!

    #305247
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    no problem. Thanks David.

    -Rui

    #306085
    alexjay
    Member
    Post count: 16

    formatting went bad again – what’s the fix for this:

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

    Looks fine for me. Did you sorted it?
    If not, try to clear the browser cache and tell me what is the browser window size.

    -Rui

    #306093
    alexjay
    Member
    Post count: 16

    I just want all the blogs on the left side with equal spacing and I’m not seeing that now

    #306095
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #306099
    alexjay
    Member
    Post count: 16

    I just cleared the cache and now on every device I’m seeing a strange layout…

    #306100
    alexjay
    Member
    Post count: 16

    Really need help on this because it used to look great!

Viewing 15 posts - 1 through 15 (of 20 total)

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

License required for one of the following items
Login and Registration Log in · Register