STORLE URL: https://facce-amsterdam.nl/
Topic summary
A user encountered a layout issue where product prices are displaying vertically (stacked below each other) instead of horizontally on their collection page.
Proposed Solution:
Another community member provided a CSS fix to resolve the alignment problem:
- Add
price. price-item{display: inline-block !important;}to the end of the base.css file - This should restore the normal horizontal price display
Status: The issue appears solvable with the suggested CSS modification, though confirmation of whether the fix worked has not been provided yet.
@Svds - please add this css to the very end of your base.css file and check
.price .price-item{display: inline-block !important;}
