Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Ch1vpH Friend
    #1078127

    Hi there,

    I have the code below to remove the space in between my products and related products, but for some reason or other it does not work, not matter what variation I add in the custom.css file.

    Please advise

    Page with issue: https://ri2k.london/shop-all/reiyn-chain-tote-in-black-detail

    .product-related-products {
        margin-top: 0px;
    }
    
    .vm-product-container {
        margin-bottom: 0px;
    }

    1. deletethis
    2. andthisarea
    Saguaros Moderator
    #1078204

    Hi,

    You can try with this:

    div.productdetails-view .vm-product-container {
        margin-bottom: 0px !important;
    }
    
    div.productdetails-view .product-related-products {
       margin-top: 0px !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 6 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum