Avenue43 Posted October 24 Share Posted October 24 I am trying to get the border I have added to top of related products to extend all the way to the edges. site: https://marigold-aqua-rwmn.squarespace.com/ Link to comment
Solution Web_Solutions Posted October 24 Solution Share Posted October 24 1 hour ago, Avenue43 said: I am trying to get the border I have added to top of related products to extend all the way to the edges. site: https://marigold-aqua-rwmn.squarespace.com/ Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. [data-section-id="652dc6ae891148306eb297de"] { overflow: hidden; } [data-section-id="652dc6ae891148306eb297de"] .products.collection-content-wrapper .ProductItem-summary { position: relative !important; } [data-section-id="652dc6ae891148306eb297de"] .products.collection-content-wrapper .ProductItem-summary:after { content: ""; position: absolute; width: 100vw; height: 2px; background: #000; bottom: -2px; left: 50%; transform: translateX(-50%); box-sizing: border-box; } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Avenue43 Posted October 24 Author Share Posted October 24 Amazing, it worked. Thank you so much! Link to comment
Web_Solutions Posted October 24 Share Posted October 24 17 minutes ago, Avenue43 said: Amazing, it worked. Thank you so much! Welcome! If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment