Liam W
Customer
Currently, when viewing the product list on a narrow display (where's there's only enough room to display 1 product), the product is aligned to the left, which looks unappealing.
Adding a CSS rule for when the device is narrow (or below the width at which two products can appear) to enable
(I've done this on my board, if you'd like an example of what'd it look like: https://lw-addons.net)
Adding a CSS rule for when the device is narrow (or below the width at which two products can appear) to enable
flex-grow
will cause the product item block to fill the width, which appears more visually appealing.(I've done this on my board, if you'd like an example of what'd it look like: https://lw-addons.net)
Upvote
0