Use pseudo Element :before ; https://developer.mozilla.org/en-US/docs/Web/CSS/::before
Topic summary
A user is attempting to add horizontal lines between images in their Shopify store layout. They shared code via Codeshare that successfully displays images but fails to render the desired separator lines between them, as shown in their screenshot.
Current Issue:
- Code displays images correctly
- Horizontal dividing lines are not appearing as intended
Suggested Solution:
Another user recommended using CSS pseudo-elements, specifically the :before selector, and provided a link to Mozilla Developer Network documentation for implementation guidance.
The discussion remains open with no confirmed resolution yet.