Home Forums WoodMart support forum Gaps between products on shop pages

Gaps between products on shop pages

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #97535

    Whimsie
    Participant

    Hi,

    How do we add spaces between products grids on shop pages?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #97559

    Hello,

    You can set the gap in the Theme settings > Shop > Product grid

    You can set the border in the Theme settings > Shop > Products style

    Best Regards

    #97562

    Whimsie
    Participant

    Hi,

    Thanks for your quick response!

    I have tried changing those settings, but, the grid border stays connected and not like the image I attached? Where there are spaces between the borders?

    Thanks for your help! 🙂

    Attachments:
    You must be logged in to view attached files.
    #97580

    Whimsie
    Participant

    Login details

    #97614

    Hello,

    Please deactivate the grid http://prntscr.com/lxynxu and insert the code into the Theme Settings > Custom CSS:

    .shop-content-area .elements-grid {
       -webkit-box-align: stretch !important;
       -ms-flex-align: stretch !important;
       align-items: stretch !important;
    }
    .woodmart-hover-base .product-wrapper {
       border: 1px solid rgba(129,129,129,.2);
       height: 100%;
    }

    Best Regards

    #97627

    Whimsie
    Participant

    Thanks

    #97687

    Hello,

    Add this code also:

    .woodmart-hover-base .product-element-top {
        margin-bottom: 0;
        border-radius: 30px;
    }

    Best Regards

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