This topic has 2 replies, 2 voices, and was last updated 11 months, 1 weeks ago ago by Rose Tyler
Hello,
I created my product page with the elementor Xstore builder feature.
For variable products the variations are not aligned (attached url).
I’d like a way to make all the elements be underneath one another.
Hello, HmirceaD,
Thank you for reaching out to us with your query regarding the alignment of variations on your product page created with the Elementor XStore builder.
Could you please confirm if the following screenshot matches what you are attempting to achieve? https://prnt.sc/KV7I1eySPfGr
Should this be the case, you may utilize the following custom CSS code:
.product-type-variable .variations th:first-child,
.product-type-variable .variations tr:last-child td {
display: contents;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up