Hi,
Is there a way of rearranging Formcart items from this: https://imgur.com/nSQHeZH
to this: https://imgur.com/Cdh4rvN ?
This topic has 2 replies, 2 voices, and was last updated 1 day, 17 hours ago ago by Ayan Rahman
Hi,
Is there a way of rearranging Formcart items from this: https://imgur.com/nSQHeZH
to this: https://imgur.com/Cdh4rvN ?
Hi,
Thank you for reaching out to us.
Custom CSS code can be used, for example:
.single-product table.variations tbody {
display: flex;
}
.single-product table.variations tbody tr {
padding-right: 10px !important;
}
Warm Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up