This topic has 4 replies, 3 voices, and was last updated 4 months, 1 weeks ago ago by Andrew Mitchell
Hi guys
I need to move the position of the variation of products like the images
I need to move after the add to cart buttons
Do you have a feature for variations, because i dont find it anywhere but i see it exist!
Greetings
Hi @Fernando,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.single-product form.variations_form.cart > div {
display: flex;
flex-direction: column;
}
.single-product form.variations_form.cart .single_variation_wrap {
order: -1;
}
Hope it helps!
it work.. thanks a lot!!!
Dear Fernando,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Change position of variation products…’' has been successfully resolved, and the topic is now closed for further responses