New Landing How can we help? Themeforest Theme Support Uplift Multi masonry remove spacing?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Uplift
  • #330462
    nosuchagency
    Member
    Post count: 226

    Hi guys.

    How do we remove spacing in multi masonry, so it looks like your demosite: http://uplift.swiftideas.com/portfolio/portfolio-multi-size-masonry-alt/

    Out of the box there’s spacing – Look: http://farvercramon.almostthere.io/farvercramon-2/

    #330555
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    They are 2 different assets, the first one is a Portfolio in Multi-Masonry and the one from your site is the products asset that by design has those gutters.

    I removed the padding and margin in the browser inspector but still there were some gaps, maybe related to the image sizes not sure.
    Let me forward this one to Ed that is in a better “position” to answer this one.

    Thanks

    -Rui

    #330614
    nosuchagency
    Member
    Post count: 226

    Hi Rui.
    Thank you for the reply.

    What’s Ed’s verdict?

    BR.

    #330617
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    He will reply here. Not sure if he saw it.
    Will send him a direct message. Apologise for the delay.

    -Rui

    #330712
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @nosuchagency

    We don’t have that option built-in for products. You’d need to add this CSS:

    .product_list_widget.woocommerce .products.multi-masonry-items .product.product-display-gallery, .product_list_widget.woocommerce .products.multi-masonry-items .product.product-display-gallery-bordered {
        margin-bottom: 0;
        padding: 0;
    }
    .multi-masonry-items .product figure {
        border-radius: 0;
    }

    Thanks,

    – Ed

    #330730
    nosuchagency
    Member
    Post count: 226

    Great!

    Thank you.
    You can close this ticket :o)

    #330731
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Happy to help, marked as resolved!

    – Ed

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

You must be logged in to reply to this topic.