Home › Forums › WoodMart support forum › Gaps between products on shop pages Gaps between products on shop pages This topic has 6 replies, 2 voices, and was last updated 5 years, 12 months ago by Elise Noromit. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts December 21, 2018 at 10:36 am #97535 WhimsieParticipant Hi, How do we add spaces between products grids on shop pages? Thanks Attachments:You must be logged in to view attached files. December 21, 2018 at 12:49 pm #97559 Elise NoromitMember 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 December 21, 2018 at 12:53 pm #97562 WhimsieParticipant 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. December 21, 2018 at 2:03 pm #97580 WhimsieParticipant Login details December 21, 2018 at 3:51 pm #97614 Elise NoromitMember 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 December 21, 2018 at 4:08 pm #97627 WhimsieParticipant Thanks December 21, 2018 at 9:44 pm #97687 Elise NoromitMember Hello, Add this code also: .woodmart-hover-base .product-element-top { margin-bottom: 0; border-radius: 30px; } Best Regards Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to create new topics. Login / Register