Avenue43 Posted October 24, 2023 Posted October 24, 2023 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/
Solution Web_Solutions Posted October 24, 2023 Solution Posted October 24, 2023 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.
Avenue43 Posted October 24, 2023 Author Posted October 24, 2023 Amazing, it worked. Thank you so much!
Web_Solutions Posted October 24, 2023 Posted October 24, 2023 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment