Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variants display problem on product page #559

Closed
ash-f opened this issue Oct 25, 2023 · 2 comments · Fixed by #636
Closed

Variants display problem on product page #559

ash-f opened this issue Oct 25, 2023 · 2 comments · Fixed by #636

Comments

@ash-f
Copy link

ash-f commented Oct 25, 2023

This style results the variants attached each other without any spaces.
Which not looking good and hard to read. also it doesn't wraps when they are many.

.page-product .product__variants .variant ul {
    align-items: center;
    display: flex;
}

So it should be something like this.

.page-product .product__variants .variant ul {
    align-items: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
@tswfi
Copy link
Contributor

tswfi commented Dec 20, 2023

Can you explain how to replicate this?

I don't see anything strange with the variants

image

@florine2623
Copy link

@ash-f , could you explicit your issue ? add screenshots ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants