Home › Forums › WoodMart support forum › Move Product Variation › Reply To: Move Product Variation
April 1, 2024 at 5:25 am
#553735
Hung Pham
Keymaster
Hi ahe.badri,
Thanks for details.
Product variations are part of form, which also contains action buttons https://prnt.sc/lwrbXe_9uoD0
If you want to move it below buttons, please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
table.variations{
order: 2;
margin-top: 30px;
}
Regards,