NO BUG: Wrong placeholder in cart count visibility (mini cart)

Browser: Chrome 131.0.6778.86
OS: Windows

Hi,

In the mini cart element > Visibility option in the cart count settings, if we enable an option such as (show always) and then view the non-desktop breakpoint, the placeholder will display the flex value. While show (always) is expected to be displayed as a placeholder.

mini cart

also in cart subtotal settings > position, If we select one of the positions, “row” is displayed as a placeholder in the other breakpoints.

Hi,
Thanks so much for your report!

If the visibility is set to show, display: flex is used. If the visibility is set to hide, display: none is used. So basically, it is correct :smiley:

Best regards,
timmse

1 Like