lamaroney Posted October 11, 2020 Posted October 11, 2020 Site URL: https://gregmaroney.com/singles I'd like to have a horizontal line between rows because the buy button is below each product but much closer to the row below and mistakes have been made in ordering. I had a blank page and added each product, but then the next/previous option was removed, and if I used breadcrumbs, it took people back to the unlinked collection page. I'm trying to make the collection pages work so I can at least use breadcrumbs (though I'd rather have next/prev back). Thank you .
tuanphan Posted October 12, 2020 Posted October 12, 2020 Add to Home > Design > Custom CSS /* border under products */ .products.collection-content-wrapper .grid-item { border-bottom: 1px solid black; } .products .grid-item .sqs-add-to-cart-button { bottom: 10px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
lamaroney Posted October 12, 2020 Author Posted October 12, 2020 4 hours ago, tuanphan said: /* border under products */ .products.collection-content-wrapper .grid-item { border-bottom: 1px solid black; } .products .grid-item .sqs-add-to-cart-button { b Thank you, worked a charm!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.