Hi Guilherme,
Thanks for getting back to us. Please modify the CSS snippet I provided last time-
/* Swatches support for Kona */
.product .cart .variations .variation .variable-items-wrapper li {
width: auto;
height: auto;
min-width: var(--wvs-single-product-item-width,30px);
min-height: var(--wvs-single-product-item-height,30px);
}
.product .cart .variations .variation .variable-items-wrapper li .variable-item-span {
width: auto;
height: auto;
padding: 0;
line-height: 26px;
min-width: 26px;
min-height: 26px;
}
Then let me know if it resolves your issue or not.
Thank You
Show full variation text
Guilherme Souza
Hi guys good morning.
We have a little problem.
How can we display this single variation differently?
Look: https://wayup.com.br/produto/vale-presente/
When we put it in (Radio) mode the layout is broken.
Now in (Button or Selection) the system does not show the whole text.
We want to show the full text.
Can you help us?